MediaWiki:Common.js: Difference between revisions
Appearance
Forgottenman (talk | contribs) m clear once more... |
Forgottenman (talk | contribs) m the missing link? |
||
| Line 1: | Line 1: | ||
/* Import more specific scripts if necessary */ | |||
if (wgAction == "edit" || wgAction == "submit" || wgPageName == "Special:Upload") //scripts specific to editing pages | |||
{ | |||
importScript("MediaWiki:Common.js/edit.js") | |||
} | |||
Revision as of 14:30, 11 November 2010
/* Import more specific scripts if necessary */
if (wgAction == "edit" || wgAction == "submit" || wgPageName == "Special:Upload") //scripts specific to editing pages {
importScript("MediaWiki:Common.js/edit.js")
}