Difference between revisions of "MediaWiki:Mobile.js"

From MadaCamp
Jump to: navigation, search
(Tags: Mobile edit, Mobile web edit)
(Tags: Mobile edit, Mobile web edit)
Line 1: Line 1:
 
/* add js here to affect mobile views */
 
/* add js here to affect mobile views */
 +
 +
jQuery( function( $ ) {
 +
animator();
 +
} );

Revision as of 18:42, 3 September 2016

/* add js here to affect mobile views */

jQuery( function( $ ) {
animator();
} );