Oops, scriptPath isn't defined in 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