mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
corrects some defs without leading slash (#21843)
This commit is contained in:
@@ -68,9 +68,9 @@ You have to use modules/client/asset_cache to ensure they get sent BEFORE the in
|
||||
|
||||
** Sample code **
|
||||
|
||||
mob/var/datum/html_interface/hi
|
||||
/mob/var/datum/html_interface/hi
|
||||
|
||||
mob/verb/test()
|
||||
/mob/verb/test()
|
||||
if (!hi) hi = new/datum/html_interface(src, "[src.key]")
|
||||
|
||||
hi.updateLayout("<div id=\"content\"></div>")
|
||||
|
||||
Reference in New Issue
Block a user