Images refactored, Feed icon replaced, Fixed comment form focus
This commit is contained in:
parent
c4b7794352
commit
d29ec9d773
18 changed files with 26 additions and 19 deletions
|
@ -32,9 +32,9 @@ init:
|
|||
$("#submit_note").removeAttr("disabled");
|
||||
})
|
||||
|
||||
$("#note_note").live("click", function(){
|
||||
$("#note_note").live("focus", function(){
|
||||
$(this).css("height", "100px");
|
||||
$('.attach_holder').show();
|
||||
$('.note_advanced_opts').show();
|
||||
});
|
||||
|
||||
$("#note_attachment").change(function(e){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue