Difference between revisions of "MediaWiki:Liquiflow.js"

From QWiki
m
m
Line 1: Line 1:
 
/* Any JavaScript here will be loaded for users using the LiquiFlow skin */
 
/* Any JavaScript here will be loaded for users using the LiquiFlow skin */
  
 +
$(function() {
 
     mw.loader.load( '/wiki/index.php?title=MediaWiki:Gofundme.js&action=raw&ctype=text/javascript' );
 
     mw.loader.load( '/wiki/index.php?title=MediaWiki:Gofundme.js&action=raw&ctype=text/javascript' );
 +
});

Revision as of 15:43, 18 September 2018

/* Any JavaScript here will be loaded for users using the LiquiFlow skin */

$(function() {
    mw.loader.load( '/wiki/index.php?title=MediaWiki:Gofundme.js&action=raw&ctype=text/javascript' );
});