1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Remove debug alert()

This commit is contained in:
Cameron
2013-03-14 16:30:33 -07:00
parent 94e87ef454
commit 9054bb0bb5

View File

@@ -68,7 +68,7 @@ $(document).ready(function()
var t = '#thread-' + thread ;
var p = '#post-' + post ;
alert(p);
// alert(p);
$(t).hide('slow');
$(p).hide('slow').slideUp(800);
}