mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
[MIRROR] Removed jQuery from snowflake devices (#1960)
* Removed jQuery from snowflake devices (#55090) * Removed jQuery from snowflake menus * Update code/modules/admin/verbs/beakerpanel.dm Co-authored-by: Kyle Spier-Swenson <kyleshome@ gmail.com> Co-authored-by: Kyle Spier-Swenson <kyleshome@ gmail.com> * Removed jQuery from snowflake devices Co-authored-by: WarlockD <warlockd@gmail.com> Co-authored-by: Kyle Spier-Swenson <kyleshome@ gmail.com>
This commit is contained in:
@@ -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 = {"
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
|
||||
Reference in New Issue
Block a user