Seperate jQuery bit that was still in media.html
This commit is contained in:
9
mediagoblin/static/js/comment_show.js
Normal file
9
mediagoblin/static/js/comment_show.js
Normal file
@@ -0,0 +1,9 @@
|
||||
$(document).ready(function(){
|
||||
$('#form_comment').hide();
|
||||
$('#button_addcomment').click(function(){
|
||||
$(this).fadeOut('fast');
|
||||
$('#form_comment').slideDown(function(){
|
||||
$('#comment_content').focus();
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user