Disabled Javascript debugging. That thing has a nasty habit of getting enabled when it shouldn't.
authorDan Fuhry <dan@enanocms.org>
Fri, 30 Jul 2010 21:57:37 -0400
changeset 1281 36c389769d88
parent 1280 871f17a0d27d
child 1282 49e90e1d9756
Disabled Javascript debugging. That thing has a nasty habit of getting enabled when it shouldn't.
includes/clientside/jsres.php
--- a/includes/clientside/jsres.php	Fri Jul 30 21:32:05 2010 -0400
+++ b/includes/clientside/jsres.php	Fri Jul 30 21:57:37 2010 -0400
@@ -12,7 +12,7 @@
  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
  */
 
-define('ENANO_JS_DEBUG', 1);
+// define('ENANO_JS_DEBUG', 1);
 
 // if Enano's already loaded, we've been included from a helper script
 if ( defined('ENANO_CONFIG_FETCHED') )