diff --git a/code/game/machinery/computer/security.dm b/code/game/machinery/computer/security.dm index 0e9e67f7423..b2fd77546ff 100644 --- a/code/game/machinery/computer/security.dm +++ b/code/game/machinery/computer/security.dm @@ -57,7 +57,6 @@ 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 4cf16b60d14..5de270a2121 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() + asset_datum.send(usr.client||src) //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 99a99b6bc29..98b57d09256 100644 --- a/code/modules/asset_cache/asset_list_items.dm +++ b/code/modules/asset_cache/asset_list_items.dm @@ -151,7 +151,6 @@ /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 3b77894f679..38b70fe7cf7 100644 --- a/code/modules/tooltip/tooltip.dm +++ b/code/modules/tooltip/tooltip.dm @@ -42,8 +42,6 @@ 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 c9e031ccc2e..5da2033d089 100644 --- a/code/modules/tooltip/tooltip.html +++ b/code/modules/tooltip/tooltip.html @@ -87,8 +87,10 @@

-