From fae0b5112dec75106ff0cc809ad4ad0b75640085 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 28 Sep 2008 05:26:48 +0000 Subject: * Remove debugging code * Hide syntax highlighting option for now --- usr/local/www/edit.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'usr/local/www') diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php index 7a11f72..e63efaa 100755 --- a/usr/local/www/edit.php +++ b/usr/local/www/edit.php @@ -113,7 +113,6 @@ outputJavaScriptFileInline("filebrowser/browser.js"); else if(file.indexOf(".css") > 0) lang = "css"; if($("highlight").checked && lang != "none") { - alert("highlight"); $("fileContent").className = lang + ":showcolumns"; dp.SyntaxHighlighter.HighlightAll("fileContent", true, false); } @@ -166,7 +165,11 @@ outputJavaScriptFileInline("filebrowser/browser.js");
- + -- cgit v1.1