mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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 emojiCodeMap;
|
||||
var customEmojiCodeMap;
|
||||
|
|
|
@ -723,9 +723,9 @@ function restoreLODSettings() {
|
|||
}
|
||||
|
||||
|
||||
var nametag = Script.require("./simplifiedNametag/simplifiedNametag.js?" + Date.now());
|
||||
var si = Script.require("./simplifiedStatusIndicator/simplifiedStatusIndicator.js?" + Date.now());
|
||||
var simplifiedEmote = Script.require("../simplifiedEmote/simplifiedEmote.js?" + Date.now());
|
||||
var nametag = Script.require("./simplifiedNametag/simplifiedNametag.js");
|
||||
var si = Script.require("./simplifiedStatusIndicator/simplifiedStatusIndicator.js");
|
||||
var simplifiedEmote = Script.require("../simplifiedEmote/simplifiedEmote.js");
|
||||
var oldShowAudioTools;
|
||||
var oldShowBubbleTools;
|
||||
var keepExistingUIAndScriptsSetting = Settings.getValue("simplifiedUI/keepExistingUIAndScripts", false);
|
||||
|
|
Loading…
Reference in a new issue