mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 16:47:04 +01:00
fixes tooltips & iv drips (#6496)
This commit is contained in:
@@ -46,8 +46,7 @@ Notes:
|
||||
addtimer(CALLBACK(src, PROC_REF(init)), 0)
|
||||
|
||||
/datum/tooltip/proc/init()
|
||||
var/datum/asset_pack/stuff = SSassets.ready_asset_pack(/datum/asset_pack/simple/jquery)
|
||||
SSassets.send_asset_pack(owner, stuff)
|
||||
SSassets.send_asset_pack(owner, /datum/asset_pack/simple/jquery)
|
||||
owner << browse(file2text('code/modules/tooltip/tooltip.html'), "window=[control]")
|
||||
|
||||
/datum/tooltip/proc/show(atom/movable/thing, params = null, title = null, content = null, theme = "default", special = "none")
|
||||
|
||||
Reference in New Issue
Block a user