Site Notice

hello, world

Difference between revisions of "MediaWiki:Gadget-WikiForum/theme.default.js"

From Project-EPB Commons
([InPageEdit] 没有编辑摘要)
([InPageEdit] 没有编辑摘要)
Line 1: Line 1:
mw.loader.load('https://proj.wjghj.cn/Gadget-WikiForum/dist/WikiForum.theme.default.js')
+
$.ajax({
 +
  url: 'http://127.0.0.1:5500/dev/WikiForum.theme.defalt.js',
 +
  dataType: 'script',
 +
  cache: false
 +
}).catch(function(){
 +
  mw.loader.load('https://proj.wjghj.cn/Gadget-WikiForum/dist/WikiForum.theme.defalt.min.js')
 +
})

Revision as of 23:03, 11 January 2021

$.ajax({
  url: 'http://127.0.0.1:5500/dev/WikiForum.theme.defalt.js',
  dataType: 'script',
  cache: false
}).catch(function(){
  mw.loader.load('https://proj.wjghj.cn/Gadget-WikiForum/dist/WikiForum.theme.defalt.min.js')
})