diff --git a/code/game/machinery/computer/security.dm b/code/game/machinery/computer/security.dm index 889535e2253..17b4aa5ba5f 100644 --- a/code/game/machinery/computer/security.dm +++ b/code/game/machinery/computer/security.dm @@ -55,6 +55,7 @@ dat += {" + + "} - dat += {"

"} + dat += {" +

"} dat += "New Record
" //search bar dat += {" diff --git a/code/modules/admin/verbs/beakerpanel.dm b/code/modules/admin/verbs/beakerpanel.dm index b54cf55c357..b1420a04208 100644 --- a/code/modules/admin/verbs/beakerpanel.dm +++ b/code/modules/admin/verbs/beakerpanel.dm @@ -66,7 +66,7 @@ if(!check_rights()) return var/datum/asset/asset_datum = get_asset_datum(/datum/asset/simple/namespaced/common) - asset_datum.send(usr.client||src) + asset_datum.send() //Could somebody tell me why this isn't using the browser datum, given that it copypastes all of browser datum's html var/dat = {" diff --git a/code/modules/asset_cache/asset_list_items.dm b/code/modules/asset_cache/asset_list_items.dm index 98b57d09256..99a99b6bc29 100644 --- a/code/modules/asset_cache/asset_list_items.dm +++ b/code/modules/asset_cache/asset_list_items.dm @@ -151,6 +151,7 @@ /datum/asset/simple/jquery + legacy = TRUE assets = list( "jquery.min.js" = 'html/jquery.min.js', ) diff --git a/code/modules/tooltip/tooltip.dm b/code/modules/tooltip/tooltip.dm index 38b70fe7cf7..3b77894f679 100644 --- a/code/modules/tooltip/tooltip.dm +++ b/code/modules/tooltip/tooltip.dm @@ -42,6 +42,8 @@ Notes: /datum/tooltip/New(client/C) if (C) owner = C + var/datum/asset/stuff = get_asset_datum(/datum/asset/simple/jquery) + stuff.send(owner) owner << browse(file2text('code/modules/tooltip/tooltip.html'), "window=[control]") ..() diff --git a/code/modules/tooltip/tooltip.html b/code/modules/tooltip/tooltip.html index 5da2033d089..c9e031ccc2e 100644 --- a/code/modules/tooltip/tooltip.html +++ b/code/modules/tooltip/tooltip.html @@ -87,10 +87,8 @@

+