mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-22 04:28:33 +01:00
Fixed issue with links/buttons not working until first update.
This commit is contained in:
@@ -185,13 +185,11 @@
|
||||
/datum/nanoui/Topic(href, href_list)
|
||||
update_status(0) // update the status
|
||||
if (status != STATUS_INTERACTIVE || user != usr) // If UI is not interactive or usr calling Topic is not the UI user
|
||||
//usr << "Not interaction or wrong usr"
|
||||
return
|
||||
|
||||
if (src_object.Topic(href, href_list))
|
||||
usr << "Update after Topic"
|
||||
nanomanager.update_uis(src_object) // update all UIs attached to src_object
|
||||
else
|
||||
usr << "Don't update after Topic"
|
||||
|
||||
/datum/nanoui/proc/get_footer()
|
||||
var/scriptsContent = ""
|
||||
|
||||
Reference in New Issue
Block a user