From b599ccea9e36261e7e5e62581fc384674f7a91ce Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Tue, 13 Dec 2016 13:17:23 -0800 Subject: [PATCH] Remove cache buster from touchControllerConfiguration --- scripts/system/controllers/controllerDisplayManager.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/system/controllers/controllerDisplayManager.js b/scripts/system/controllers/controllerDisplayManager.js index 3965e160a3..a1a5c58ca6 100644 --- a/scripts/system/controllers/controllerDisplayManager.js +++ b/scripts/system/controllers/controllerDisplayManager.js @@ -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;