includes/clientside/jsres.php
changeset 1281 36c389769d88
parent 1252 e34c23a35dc9
child 1290 27ab1b13a783
equal deleted inserted replaced
1280:871f17a0d27d 1281:36c389769d88
    10  *
    10  *
    11  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
    11  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
    12  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    12  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    13  */
    13  */
    14 
    14 
    15 define('ENANO_JS_DEBUG', 1);
    15 // define('ENANO_JS_DEBUG', 1);
    16 
    16 
    17 // if Enano's already loaded, we've been included from a helper script
    17 // if Enano's already loaded, we've been included from a helper script
    18 if ( defined('ENANO_CONFIG_FETCHED') )
    18 if ( defined('ENANO_CONFIG_FETCHED') )
    19 	define('ENANO_JSRES_SETUP_ONLY', 1);
    19 	define('ENANO_JSRES_SETUP_ONLY', 1);
    20 
    20