mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-08 17:44:17 +02:00
MS15090: Fix gifting when running marketplaces.js separately
This commit is contained in:
parent
aa75af5ca4
commit
a881d07e59
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ var selectionDisplay = null; // for gridTool.js to ignore
|
|||
|
||||
Script.include("/~/system/libraries/WebTablet.js");
|
||||
Script.include("/~/system/libraries/gridTool.js");
|
||||
Script.include("/~/system/libraries/connectionUtils.js");
|
||||
|
||||
var METAVERSE_SERVER_URL = Account.metaverseServerURL;
|
||||
var MARKETPLACE_URL = METAVERSE_SERVER_URL + "/marketplace";
|
||||
|
|
Loading…
Reference in a new issue