- 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
15 lines
395 B
JavaScript
15 lines
395 B
JavaScript
/*********************************************************************
|
|
* AUTHOR: Clemens Schwaighofer
|
|
* DATE: 2015/4/24
|
|
* DESCRIPTION:
|
|
* debug javascript
|
|
* HISTORY:
|
|
**********************************************************************/
|
|
|
|
// if debug is set to true, console log messages are printed
|
|
if (!DEBUG) {
|
|
for (var prop in window.console) {
|
|
window.console[prop] = function () {};
|
|
}
|
|
}
|