diff --git a/APPL/MLD/mld_show_note2.asp b/APPL/MLD/mld_show_note2.asp index 2b3eba886c..5a373eec83 100644 --- a/APPL/MLD/mld_show_note2.asp +++ b/APPL/MLD/mld_show_note2.asp @@ -437,7 +437,7 @@ var timestamp_notes = new Date(); buttons = [{ title: L("lcl_submit"), action: "note_submit()", id: "note_submit", singlepress: true}]; if (note_key > 0) - buttons.push({title: L("lcl_cancel"), icon: "undo.png", action: "note_submit_callback()"}); + buttons.push({title: L("lcl_cancel"), icon: "undo.png", action: "note_submit_callback({})"}); Response.Write("
"); CreateButtons(buttons);