Layout folder move to admin and frontend

This commit is contained in:
Clemens Schwaighofer
2024-02-27 12:02:03 +09:00
parent a377ab4b61
commit b6ae3f99d9
832 changed files with 3 additions and 8 deletions

View File

@@ -0,0 +1,14 @@
/*********************************************************************
* 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 () {};
}
}