change interval to 1000ms
This commit is contained in:
@@ -33,7 +33,7 @@ $(document).ready(function(){
|
|||||||
$('#button_addcomment').click(function(){
|
$('#button_addcomment').click(function(){
|
||||||
$(this).fadeOut('fast');
|
$(this).fadeOut('fast');
|
||||||
$('#form_comment').slideDown(function(){
|
$('#form_comment').slideDown(function(){
|
||||||
setInterval("previewComment()",500);
|
setInterval("previewComment()",1000);
|
||||||
$('#comment_content').focus();
|
$('#comment_content').focus();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user