udpated: fixed errors
This commit is contained in:
parent
b191129356
commit
01b8303d53
1 changed files with 1 additions and 2 deletions
|
@ -5,9 +5,8 @@ function ShowHint(text){
|
|||
}
|
||||
|
||||
|
||||
function add_note(noteId)
|
||||
function add_note(note)
|
||||
{
|
||||
var note = $(noteId).val();
|
||||
if(!note)
|
||||
alert("Please enter something");
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue