mirror of
https://github.com/EndPwnArchive/endpwn3.2-lambda.git
synced 2024-08-14 23:49:56 +00:00
fix epapi to get a diff element to load from
This commit is contained in:
parent
d71cf3f140
commit
d182a7288d
4 changed files with 174 additions and 91 deletions
|
@ -329,11 +329,7 @@ function evaluate(str, exportsR) {
|
|||
|
||||
// set everything up and load plugins
|
||||
init: function() {
|
||||
if (
|
||||
$(".guilds-wrapper .guilds") != null
|
||||
? $(".guilds-wrapper .guilds").children.length > 0
|
||||
: 0
|
||||
) {
|
||||
if ($(".app") != null ? $(".app").children.length > 0 : 0) {
|
||||
try {
|
||||
if (exports.localStorage.get("safemode")) {
|
||||
internal.print(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue