Don't alias tt special pages to titles with double underscore
[mediawiki.git] / resources / src / mediawiki / mediawiki.startUp.js
blob028784c29bfef067fa87ecf40bd16dfb6e72c996
1 /*!
2 * Auto-register from pre-loaded startup scripts
3 */
4 ( function ( $ ) {
5 'use strict';
7 if ( $.isFunction( window.startUp ) ) {
8 window.startUp();
9 window.startUp = undefined;
11 }( jQuery ) );