mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 11:30:35 +01:00
516: fixes tgui-say, chat flickering and chat crashing on export (#20667)
title chat crashing on export fixed by https://github.com/VOREStation/VOREStation/pull/16713, chat flickering is fixed by https://github.com/VOREStation/VOREStation/pull/16734, tgui say is https://github.com/Monkestation/Monkestation2.0/pull/2116 also cleaned up some more html uis without skeletons 👻 --------- Co-authored-by: harryob <55142896+harryob@users.noreply.github.com>
This commit is contained in:
@@ -564,4 +564,4 @@
|
||||
|
||||
output += "</table></div>"
|
||||
|
||||
usr << browse(output,"window=lookupbans;size=900x700")
|
||||
usr << browse(HTML_SKELETON(output), "window=lookupbans;size=900x700")
|
||||
|
||||
@@ -309,7 +309,7 @@ GLOBAL_PROTECT(jobban_keylist)
|
||||
return
|
||||
|
||||
var/dat = ""
|
||||
var/header = "<head><title>Job-Ban Panel: [ckey]</title></head>"
|
||||
var/header = ""
|
||||
var/body
|
||||
var/jobs = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user