Current File : /home/jvzmxxx/wiki1/extensions/Popups/resources/ext.popups.targets.mobileTarget/mobileTarget.js
( function ( $, mw ) {
	// FIXME: There should be a way to turn this off
	mw.popups.enabled = true;

	mw.hook( 'wikipage.content' ).add( function ( $content ) {
		mw.popups.$content = $content;
		mw.popups.setupTriggers( mw.popups.selectPopupElements(), 'click' );
	} );

} )( jQuery, mediaWiki );