From a531dd93f9395d400a0b60d27b57672d916aebc1 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 30 Apr 2006 20:21:56 +0200 Subject: minor javascript cleanup darcs-hash:20060430182156-7ad00-1548636dbfaa9fc0b25c26e4121f763a485c2f9c.gz --- lib/exe/js.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/exe/js.php') diff --git a/lib/exe/js.php b/lib/exe/js.php index 5c7ee1dbd..05dfabac1 100644 --- a/lib/exe/js.php +++ b/lib/exe/js.php @@ -77,7 +77,9 @@ function js_out(){ // load files foreach($files as $file){ + echo "\n\n/* XXXXXXXXXX begin of $file XXXXXXXXXX */\n\n"; @readfile($file); + echo "\n\n/* XXXXXXXXXX end of $file XXXXXXXXXX */\n\n"; } // init stuff @@ -115,7 +117,9 @@ function js_out(){ // load plugin scripts (suppress warnings for missing ones) foreach($plugins as $plugin){ + echo "\n\n/* XXXXXXXXXX begin of $file XXXXXXXXXX */\n\n"; @readfile($plugin); + echo "\n\n/* XXXXXXXXXX end of $file XXXXXXXXXX */\n\n"; } // load user script -- cgit v1.2.3