repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't alias tt special pages to titles with double underscore
[mediawiki.git]
/
resources
/
src
/
mediawiki
/
mediawiki.startUp.js
blob
028784c29bfef067fa87ecf40bd16dfb6e72c996
1
/*!
2
* Auto-register from pre-loaded startup scripts
3
*/
4
(
function
( $ ) {
5
'use strict'
;
6
7
if
( $.
isFunction
(
window
.
startUp
) ) {
8
window
.
startUp
();
9
window
.
startUp
=
undefined
;
10
}
11
}(
jQuery
) );