includes/clientside/jsres.php
changeset 1056 f21d6e75b469
parent 1053 bdbb49cf6f1b
child 1068 4bcefa85649c
equal deleted inserted replaced
1055:15ef8d2147c2 1056:f21d6e75b469
    11  *
    11  *
    12  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
    12  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
    13  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    13  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    14  */
    14  */
    15 
    15 
    16 // define('ENANO_JS_DEBUG', 1);
    16 define('ENANO_JS_DEBUG', 1);
    17 
    17 
    18 // if Enano's already loaded, we've been included from a helper script
    18 // if Enano's already loaded, we've been included from a helper script
    19 if ( defined('ENANO_CONFIG_FETCHED') )
    19 if ( defined('ENANO_CONFIG_FETCHED') )
    20   define('ENANO_JSRES_SETUP_ONLY', 1);
    20   define('ENANO_JSRES_SETUP_ONLY', 1);
    21 
    21