Преглед на файлове

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();
 					}
 				}