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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user