mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 06:34:45 +01:00
okay we know the note ID is here somewhere
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user