Skip to content

Commit

Permalink
More work
Browse files Browse the repository at this point in the history
  • Loading branch information
Emupedia-Bot committed Oct 3, 2024
1 parent 4795614 commit 5f0865b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion beta/emuos/assets/js/emuos.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// noinspection DuplicatedCode
// noinspection DuplicatedCode,JSDeprecatedSymbols

(function (factory) {
if (typeof define === 'function' && define.amd) {
define(['jquery', 'router', 'toastr', 'optional!simplestorage', 'optional!moment-timezone', 'optional!ga', 'optional!octokat', 'optional!esheep', 'optional!clippy'], factory);
Expand Down
5 changes: 3 additions & 2 deletions beta/emuos/assets/js/libraries.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// noinspection ThisExpressionReferencesGlobalObjectJS
// noinspection ThisExpressionReferencesGlobalObjectJS,DuplicatedCode

(function(global) {
if (typeof global['$sys'] === 'undefined') {
global['$sys'] = {};
}

var location = ~window.location.hostname.indexOf('emupedia.net') ? 'emupedia.net' : (~window.location.hostname.indexOf('emupedia.org') ? 'emupedia.org' : (~window.location.hostname.indexOf('emuos.net') ? 'emuos.net' : (~window.location.hostname.indexOf('emuos.org') ? 'emuos.org' : 'emupedia.net')))
var location = ~window.location.hostname.indexOf('emupedia.net') ? 'emupedia.net' : (~window.location.hostname.indexOf('emupedia.org') ? 'emupedia.org' : (~window.location.hostname.indexOf('emupedia.games') ? 'emupedia.games' : (~window.location.hostname.indexOf('emuos.net') ? 'emuos.net' : (~window.location.hostname.indexOf('emuos.org') ? 'emuos.org' : (~window.location.hostname.indexOf('emuos.games') ? 'emuos.games' : 'emupedia.net')))))

// region Libraries

Expand Down

0 comments on commit 5f0865b

Please sign in to comment.