/* global mw */
if ( mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Watchlist' ) {
	mw.loader.load( 'ext.gadget.geonotice-core' );
}