mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 12:12:39 +02:00
a little cleanup
This commit is contained in:
parent
bf35b08179
commit
e032979794
1 changed files with 1 additions and 9 deletions
|
@ -12,15 +12,7 @@
|
|||
/// http://creativecommons.org/licenses/
|
||||
///
|
||||
|
||||
// to avoid the caching block on updating JSONs
|
||||
var DEBUG = true;
|
||||
|
||||
if (DEBUG) {
|
||||
var lib = Script.require("https://hifi-content.s3.amazonaws.com/elisalj/emoji_scripts/emojiLib.js?" + Date.now());
|
||||
} else {
|
||||
var lib = Script.require("./emojiLib.js");
|
||||
}
|
||||
|
||||
var lib = Script.require("https://hifi-content.s3.amazonaws.com/elisalj/emoji_scripts/emojiLib.js?" + Date.now());
|
||||
|
||||
(function() {
|
||||
|
||||
|
|
Loading…
Reference in a new issue