瀏覽代碼

Removed a debug leftover...

Signed-off-by: emanuele <[email protected]>
emanuele 12 年之前
父節點
當前提交
4ce0f7c6e2
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Themes/default/scripts/jquery.sceditor.bbcode.js

+ 0 - 2
Themes/default/scripts/jquery.sceditor.bbcode.js

@@ -1201,8 +1201,6 @@
 				{
 					if ($(element).attr('from') != undefined)
 					{
-						alert($(element).attr('from'));
-						alert($(element).attr('from').php_unhtmlspecialchars());
 						from = '=' + $(element).attr('from').php_unhtmlspecialchars();
 					}
 				}