User:EpochFail/ArticleQuality-loader.js: Difference between revisions

Content deleted Content added
Created page with 'if(mw.config.get('wgAction') === "history"){ mw.loader.using( function(){ $.getScript( '//en.wikipedia.org/w/index.php?title=User:EpochFail/ArticleQual...'
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1:
importScript("User:EpochFail/ArticleQuality.js");
if(mw.config.get('wgAction') === "history"){
mw.loader.using(
function(){
$.getScript(
'//en.wikipedia.org/w/index.php?title=User:EpochFail/ArticleQuality.js&action=raw&ctype=text/javascript',
function(){
articleQuality.getAndRenderArticleQuality()
}
);
}
)
}