mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
remove cache buster
This commit is contained in:
parent
5883bd39dc
commit
fa606446a7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue