mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
[MIRROR] fixes admin ticket linking bad href [MDB IGNORE] (#13587)
* fixes admin ticket linking bad href * Update adminhelp.dm Co-authored-by: magatsuchi <88991542+magatsuchi@users.noreply.github.com> Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
This commit is contained in:
co-authored by
magatsuchi
Zonespace
parent
db8d8766a4
commit
a840d4e205
@@ -165,4 +165,4 @@
|
||||
* Generates a clickable link to open this interview
|
||||
*/
|
||||
/datum/interview/proc/link_self()
|
||||
return "<a href='?_src_=holder;[HrefToken(TRUE)];interview=[REF(src)]'>Interview #[id]</a>"
|
||||
return "<a href='?_src_=holder;[HrefToken(forceGlobal = TRUE)];interview=[REF(src)]'>Interview #[id]</a>"
|
||||
|
||||
Reference in New Issue
Block a user