mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
Remove cachebusting code
This commit is contained in:
parent
341abb8185
commit
9b9110e163
2 changed files with 4 additions and 4 deletions
|
@ -576,7 +576,7 @@ function onDisplayModeChanged(isHMDMode) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
var emojiAPI = Script.require("./emojiApp/simplifiedEmoji.js?" + Date.now());
|
var emojiAPI = Script.require("./emojiApp/simplifiedEmoji.js");
|
||||||
var keyPressSignalsConnected = false;
|
var keyPressSignalsConnected = false;
|
||||||
var emojiCodeMap;
|
var emojiCodeMap;
|
||||||
var customEmojiCodeMap;
|
var customEmojiCodeMap;
|
||||||
|
|
|
@ -723,9 +723,9 @@ function restoreLODSettings() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
var nametag = Script.require("./simplifiedNametag/simplifiedNametag.js?" + Date.now());
|
var nametag = Script.require("./simplifiedNametag/simplifiedNametag.js");
|
||||||
var si = Script.require("./simplifiedStatusIndicator/simplifiedStatusIndicator.js?" + Date.now());
|
var si = Script.require("./simplifiedStatusIndicator/simplifiedStatusIndicator.js");
|
||||||
var simplifiedEmote = Script.require("../simplifiedEmote/simplifiedEmote.js?" + Date.now());
|
var simplifiedEmote = Script.require("../simplifiedEmote/simplifiedEmote.js");
|
||||||
var oldShowAudioTools;
|
var oldShowAudioTools;
|
||||||
var oldShowBubbleTools;
|
var oldShowBubbleTools;
|
||||||
var keepExistingUIAndScriptsSetting = Settings.getValue("simplifiedUI/keepExistingUIAndScripts", false);
|
var keepExistingUIAndScriptsSetting = Settings.getValue("simplifiedUI/keepExistingUIAndScripts", false);
|
||||||
|
|
Loading…
Reference in a new issue