Skip to content

Commit e43f210

Browse files
committed
test
1 parent b43a78b commit e43f210

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

easycoder/easycoder.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3912,6 +3912,7 @@ const EasyCoder = {
39123912
loadPluginJs: function(path) {
39133913
console.log(`${Date.now() - this.timestamp} ms: Load ${path}/easycoder/plugins.js`);
39143914
const script = document.createElement(`script`);
3915+
let location = document.scripts[0].src;
39153916
script.src = `${window.location.origin}${path}/easycoder/plugins.js?ver=${this.version}`;
39163917
script.type = `text/javascript`;
39173918
script.onload = () => {

easycoder/easycoder.zip

4.51 KB
Binary file not shown.

js/easycoder/Main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ const EasyCoder = {
421421
loadPluginJs: function(path) {
422422
console.log(`${Date.now() - this.timestamp} ms: Load ${path}/easycoder/plugins.js`);
423423
const script = document.createElement(`script`);
424+
let location = document.scripts[0].src;
424425
script.src = `${window.location.origin}${path}/easycoder/plugins.js?ver=${this.version}`;
425426
script.type = `text/javascript`;
426427
script.onload = () => {

0 commit comments

Comments
 (0)