Jump to content

MediaWiki:Common.js: Difference between revisions

From The Austrian Economics Wiki, the global repository of classical-liberal thought
m clear once more...
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")

}