Oops, scriptPath isn't defined in jsres.php.
authorDan
Thu, 26 Jun 2008 18:05:42 -0400
changeset 587 705ed7162315
parent 586 234ddd896555
child 588 20484deb89cd
Oops, scriptPath isn't defined in jsres.php.
includes/clientside/jsres.php
--- a/includes/clientside/jsres.php	Thu Jun 26 18:03:04 2008 -0400
+++ b/includes/clientside/jsres.php	Thu Jun 26 18:05:42 2008 -0400
@@ -119,7 +119,7 @@
 
 // Output format will always be JS
 header('Content-type: text/javascript');
-$everything = "/* The code represented in this file is compressed for optimization purposes. The full source code is available in " . scriptPath . "/includes/clientside/static. */\n\nvar ENANO_JSRES_COMPRESSED = true;\n\n";
+$everything = "/* The code represented in this file is compressed for optimization purposes. The full source code is available in includes/clientside/static/. */\n\nvar ENANO_JSRES_COMPRESSED = true;\n\n";
 
 // if we only want the tiny version of the API (just enough to get by until the full one is loaded), send that
 // with a simple ETag and far future expires header