mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
fix includes
This commit is contained in:
parent
c4e5c53eee
commit
3642d6cfdf
1 changed files with 3 additions and 2 deletions
|
@ -14,8 +14,9 @@
|
|||
|
||||
(function () { // BEGIN LOCAL_SCOPE
|
||||
|
||||
Script.include("../libraries/WebTablet.js");
|
||||
Script.include("../libraries/gridTool.js");
|
||||
Script.include("/~/system/libraries/accountUtils.js");
|
||||
Script.include("/~/system/libraries/WebTablet.js");
|
||||
Script.include("/~/system/libraries/gridTool.js");
|
||||
|
||||
var METAVERSE_SERVER_URL = Account.metaverseServerURL;
|
||||
var MARKETPLACE_URL = METAVERSE_SERVER_URL + "/marketplace";
|
||||
|
|
Loading…
Reference in a new issue