udpated: fixed errors

This commit is contained in:
sajjadcb 2014-05-06 14:01:25 +00:00
parent b191129356
commit 01b8303d53

View file

@ -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