mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 06:07:54 +02: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 */
|
/* global WebTablet */
|
||||||
Script.include("./libraries/WebTablet.js");
|
Script.include("../libraries/WebTablet.js");
|
||||||
|
|
||||||
var toolIconUrl = Script.resolvePath("../assets/images/tools/");
|
var toolIconUrl = Script.resolvePath("../assets/images/tools/");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue