From 340c066b5ccba6a40bfd11d02604b554cb8ace2f Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Thu, 24 Dec 2015 12:04:36 -0800 Subject: [PATCH] reverted whiteboard changes --- examples/painting/whiteboard/whiteboardSpawner.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/painting/whiteboard/whiteboardSpawner.js b/examples/painting/whiteboard/whiteboardSpawner.js index 1d0f21c026..e55f54e312 100644 --- a/examples/painting/whiteboard/whiteboardSpawner.js +++ b/examples/painting/whiteboard/whiteboardSpawner.js @@ -15,7 +15,7 @@ /*global hexToRgb */ Script.include("../../libraries/utils.js"); -var scriptURL = Script.resolvePath("whiteboardEntityScript.js?v1" + Math.random()); +var scriptURL = Script.resolvePath("whiteboardEntityScript.js"; var modelURL = "https://s3.amazonaws.com/hifi-public/eric/models/whiteboard.fbx"; var colorIndicatorBorderModelURL = "https://s3.amazonaws.com/hifi-public/eric/models/colorIndicatorBorder.fbx"; @@ -247,4 +247,4 @@ function cleanup() { // Uncomment this line to delete whiteboard and all associated entity on script close -Script.scriptEnding.connect(cleanup); +// Script.scriptEnding.connect(cleanup);