Update to JS libraries
- update jquery to latest - update edit.js to prototype and jquery version - update backend admin inc scripts - update mein body templates with better logout flow
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
// if debug is set to true, console log messages are printed
|
||||
if (!DEBUG) {
|
||||
$($H(window.console)).each(function(w) {
|
||||
window.console[w.key] = function() {};
|
||||
});
|
||||
for (var prop in window.console) {
|
||||
window.console[prop] = function () {};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user