mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:44:01 +02:00
Remove cache buster from touchControllerConfiguration
This commit is contained in:
parent
280c5d2460
commit
b599ccea9e
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@
|
|||
|
||||
(function () {
|
||||
|
||||
Script.include("controllerDisplay.js?" + Date.now());
|
||||
Script.include("controllerDisplay.js?");
|
||||
Script.include("viveControllerConfiguration.js");
|
||||
Script.include("touchControllerConfiguration.js?" + Date.now());
|
||||
Script.include("touchControllerConfiguration.js?");
|
||||
|
||||
var HIDE_CONTROLLERS_ON_EQUIP = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue