mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
marketplace.js: merge fix for WebTablet.js path
This commit is contained in:
parent
c2af948e25
commit
c234f1b65d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
//
|
||||
|
||||
/* global WebTablet */
|
||||
Script.include("./libraries/WebTablet.js");
|
||||
Script.include("../libraries/WebTablet.js");
|
||||
|
||||
var toolIconUrl = Script.resolvePath("../assets/images/tools/");
|
||||
|
||||
|
|
Loading…
Reference in a new issue