diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index 5b078d4cc2..86f75b14c5 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -19,13 +19,13 @@ $pagetitle = gentitle( $pgtitle );
-
+
-
+
-
+
@@ -41,7 +41,8 @@ $pagetitle = gentitle( $pgtitle );
if ($dh = opendir($path)) {
while (($file = readdir($dh)) !== false) {
if (is_dir($file)) continue;
- echo "\t".''."\n";
+ //echo "\t".''."\n";
+ outputJavaScriptFileInline("javascript/{$dir}/{$file}");
}
closedir($dh);
}