mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 00:22:12 +00:00
Update the codebase to 515. (#15553)
* Update the codebase to 515. * edit that * WHOOPS * maor * maybe works * libcall and shit * do that too * remove that * auxtools isnt updated so get rid of it * actually remove auxtools lol Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -100,7 +100,7 @@ main ui datum.
|
||||
send_resources_and_assets(user.client, load_asset)
|
||||
user << browse(generate_html(load_asset?.css_tag()), params)
|
||||
winset(user, "mapwindow.map", "focus=true")
|
||||
addtimer(CALLBACK(src, /datum/vueui/proc/setclose), 1)
|
||||
addtimer(CALLBACK(src, TYPE_PROC_REF(/datum/vueui, setclose)), 1)
|
||||
|
||||
/datum/vueui/proc/setclose()
|
||||
winset(user, windowid, "on-close=\"vueuiclose \ref[src]\"")
|
||||
|
||||
Reference in New Issue
Block a user