Reorder the POPUP button (#61174)

Hurts muscle memory in a way I didn't anticipate. New version puts it behind the REJT button.
This commit is contained in:
Mothblocks
2021-09-02 19:26:30 -04:00
committed by GitHub
parent 7da091ea34
commit e09dc8ba24
+1 -2
View File
@@ -252,10 +252,9 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
ref_src = "[REF(src)]"
. = ADMIN_FULLMONTY_NONAME(initiator.mob)
if(state == AHELP_ACTIVE)
. += ClosureLinks(ref_src)
if (CONFIG_GET(flag/popup_admin_pm))
. += " (<A HREF='?_src_=holder;[HrefToken(TRUE)];adminpopup=[REF(initiator)]'>POPUP</A>)"
. += ClosureLinks(ref_src)
//private
/datum/admin_help/proc/ClosureLinks(ref_src)