mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Moves jquery from CDN to Local
This commit is contained in:
@@ -154,10 +154,10 @@
|
||||
// /datum/asset/simple/fontawesome
|
||||
// )
|
||||
|
||||
// /datum/asset/simple/jquery
|
||||
// assets = list(
|
||||
// "jquery.min.js" = 'code/modules/goonchat/browserassets/js/jquery.min.js',
|
||||
// )
|
||||
/datum/asset/simple/jquery
|
||||
assets = list(
|
||||
"jquery.min.js" = 'code/modules/tooltip/jquery.min.js',
|
||||
)
|
||||
|
||||
// /datum/asset/simple/goonchat
|
||||
// assets = list(
|
||||
@@ -551,4 +551,4 @@
|
||||
|
||||
|
||||
// VOREStation Edit End
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user