mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 04:53:25 +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/
|
/// http://creativecommons.org/licenses/
|
||||||
///
|
///
|
||||||
|
|
||||||
// to avoid the caching block on updating JSONs
|
var lib = Script.require("https://hifi-content.s3.amazonaws.com/elisalj/emoji_scripts/emojiLib.js?" + Date.now());
|
||||||
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");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue