Skip to content

Commit

Permalink
Update MediaWiki:Gadget-wikieditor-highlight.js
Browse files Browse the repository at this point in the history
大更新
  • Loading branch information
bhsd-harry authored Feb 1, 2024
1 parent dfb3457 commit c2ab02d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
const script = document.createElement("script");
script.addEventListener("load", resolve);
script.type = "module";
script.src = "https://testingcf.jsdelivr.net/npm/@bhsd/codemirror-mediawiki/mw/dist/base.js";
script.src = "https://testingcf.jsdelivr.net/npm/@bhsd/codemirror-mediawiki/dist/mw.min.js";
document.head.append(script);
});
}
Expand Down

0 comments on commit c2ab02d

Please sign in to comment.