mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Update code/modules/admin/topic.dm
Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user