okay we know the note ID is here somewhere

This commit is contained in:
S34NW
2021-09-10 23:22:01 +01:00
parent ef2bd157c9
commit 24176b4e00
+2 -3
View File
@@ -982,9 +982,8 @@
else if(href_list["removenote"])
var/note_id = href_list["removenote"]
if(note_id)
if((alert("Do you really want to delete this note?","Note deletion confirmation", "Yes", "No") == "Yes") && note_id)
remove_note(note_id)
if((alert("Do you really want to delete this note?","Note deletion confirmation", "Yes", "No") == "Yes"))
remove_note(note_id)
else if(href_list["editnote"])
var/note_id = href_list["editnote"]