MediaWiki:Mobile.js: Difference between revisions
Content deleted Content added
Johnrdorazio (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit |
Johnrdorazio (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit |
||
Line 1:
/* Any JavaScript here will be loaded for users using the mobile site */
console.log('Running from Mobile.js');
mw.hook('wikipage.content').add(function() {
console.log('Hello World from Mobile.js');
});
mw.loader.load( '/w/index.php?title=MediaWiki:BibleGet.js&action=raw&ctype=text/javascript' );
//mw.loader.using('mobile.site.styles');
|