「MediaWiki:Gadget-DotsSyntaxHighlighter.js」:修訂間差異
跳至導覽
跳至搜尋
無編輯摘要
imported>=海豚= 無編輯摘要 |
imported>Irukaza 無編輯摘要 |
||
| (未顯示由 1 位使用者於中間所作的 8 次修訂) | |||
| 行 1: | 行 1: | ||
// | if([ 'edit','submit'].indexOf(mw.config.get('wgAction')) !== -1 && mw.config.get("wgPageContentModel") === 'wikitext') { | ||
/ | mw.loader.load('/index.php?title=User:Irukaza/tools/codemirror.js&action=raw&ctype=text/javascript'); | ||
mw.loader.load('/index.php?title=User:Irukaza/tools/codemirror.css&action=raw&ctype=text/css', 'text/css'); | |||
setTimeout(checkVariable, 100); | |||
} | |||
function checkVariable() { | |||
if(typeof CodeMirror === 'undefined') { | |||
setTimeout(checkVariable, 100); | |||
return; | |||
} | |||
mw.loader.load('/index.php?title=User:Irukaza/tools/wikihighlight.js&action=raw&ctype=text/javascript'); | |||
mw.loader.load('/index.php?title=User:Irukaza/tools/wikihighlight.css&action=raw&ctype=text/css', 'text/css'); | |||
} | |||