Difference between revisions of "User:Purodha/common.js"
(moved User:Purodha/common.js to User:Purodha/edit.js) |
|||
| Line 1: | Line 1: | ||
| − | + | if ((wgAction == "edit") || (wgAction == "submit")) { | |
| + | importScript('User:Purodha/edit.js'); | ||
| + | } | ||
Latest revision as of 23:25, 15 October 2010
if ((wgAction == "edit") || (wgAction == "submit")) {
importScript('User:Purodha/edit.js');
}