oh, tidy up these brackets too

This commit is contained in:
S34NW
2021-09-10 23:24:23 +01:00
parent 24176b4e00
commit fa09fc3a5d
+1 -1
View File
@@ -982,7 +982,7 @@
else if(href_list["removenote"])
var/note_id = href_list["removenote"]
if((alert("Do you really want to delete this note?","Note deletion confirmation", "Yes", "No") == "Yes"))
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"])