Skip to content

Commit

Permalink
Update loader.js
Browse files Browse the repository at this point in the history
  • Loading branch information
smccle authored Feb 2, 2023
1 parent 6875e02 commit ed589d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,9 @@ function loadcode() {
});
window.eval(code);
} else {
var code = window.afs['main'][tdf];
var splitFolder = queryString['f'].split(".");
var folder = splitFolder[0];
var code = window.afs[folder][tdf];
var a = code.split(';');
a.forEach((item) => {
if (
Expand Down

0 comments on commit ed589d7

Please sign in to comment.