# HG changeset patch # User Dan # Date 1214517942 14400 # Node ID 705ed716231596c3df9a8689a0e37247d88748f8 # Parent 234ddd896555ab4f74746d50c3b06150ee83a134 Oops, scriptPath isn't defined in jsres.php. diff -r 234ddd896555 -r 705ed7162315 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