mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Remove debug alert()
This commit is contained in:
@@ -68,7 +68,7 @@ $(document).ready(function()
|
|||||||
var t = '#thread-' + thread ;
|
var t = '#thread-' + thread ;
|
||||||
var p = '#post-' + post ;
|
var p = '#post-' + post ;
|
||||||
|
|
||||||
alert(p);
|
// alert(p);
|
||||||
$(t).hide('slow');
|
$(t).hide('slow');
|
||||||
$(p).hide('slow').slideUp(800);
|
$(p).hide('slow').slideUp(800);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user