STAM#41611 Na opslaan notities bij nieuwe meldingen vragen of melding geaccepteerd moet worden

svn path=/Website/trunk/; revision=35384
This commit is contained in:
Jos Groot Lipman
2017-09-20 12:34:30 +00:00
parent 283c69fd79
commit baf7a2eba3

View File

@@ -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("<tr><td></td><td><div class='notebuttons'>");
CreateButtons(buttons);