3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-30 22:03:31 +02:00

remove cache buster

This commit is contained in:
Lexx 2017-03-24 18:27:38 +00:00 committed by GitHub
parent 5883bd39dc
commit fa606446a7

View file

@ -15,7 +15,7 @@
//
(function() { // BEGIN LOCAL_SCOPE
var utilsPath = Script.resolvePath('../developer/libraries/utils.js?v='+ Date.now());
var utilsPath = Script.resolvePath('../developer/libraries/utils.js');
Script.include(utilsPath);
var TWEEN_SPEED = 0.025;