bump version, cleanup

This commit is contained in:
Ethan O'Brien 2022-05-16 16:50:41 +00:00
parent fa153ba767
commit 117982b163
4 changed files with 4 additions and 5 deletions

View file

@ -6216,7 +6216,7 @@ window.EJS_main = function(_0xa88a13, _0x17edbf, _0x2c1832) {
var a = function(_0x154660, _0x15626f) {
if (!(_0x154660 instanceof _0x15626f)) throw new TypeError('Cannot call a class as a function');
}(this, _0x6954aa);
this.version = '1.1.6';
this.version = '1.2.1';
this.system = '';
this.adUrl = null;
this.gameName = null;

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
(async function() {
var VERSION = 1.6;
var VERSION = 1.7;
if ((window.location && ['localhost', '127.0.0.1'].includes(location.hostname)) ||
'undefined' != typeof EJS_DEBUG_XX && true === EJS_DEBUG_XX) {
fetch('https://raw.githack.com/ethanaobrien/emulatorjs/main/data/version.json').then(response => {
@ -49,7 +49,6 @@
script.onload = resolve;
})
}
window.onerror = function(e) {alert(e)}
if ('undefined' != typeof EJS_DEBUG_XX && true === EJS_DEBUG_XX) {
await loadStyle('emu-css.css');
await loadScript('emu-main.js');

View file

@ -1 +1 @@
{ "current_version": 1.6 }
{ "current_version": 1.7 }