Fix spelling of "empty" in disableButtonIfEmptyField function name
This commit is contained in:
parent
ebd2a5d0ce
commit
1c01536829
5 changed files with 7 additions and 7 deletions
|
@ -32,7 +32,7 @@ var NoteList = {
|
|||
$(".submit_note").removeAttr("disabled");
|
||||
})
|
||||
|
||||
disableButtonIfEmtpyField(".note-text", ".submit_note");
|
||||
disableButtonIfEmptyField(".note-text", ".submit_note");
|
||||
|
||||
$(".note-text").live("focus", function(){
|
||||
$(this).css("height", "80px");
|
||||
|
@ -177,6 +177,6 @@ var PerLineNotes = {
|
|||
form.show();
|
||||
return false;
|
||||
});
|
||||
disableButtonIfEmtpyField(".line-note-text", ".submit_inline_note");
|
||||
disableButtonIfEmptyField(".line-note-text", ".submit_inline_note");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue