MediaWiki:LAPI.js: Difference between revisions
Content deleted Content added
m Adapt for MW1.17 |
fix lapi |
||
Line 1,168:
// Finally alternative action paths
if (typeof (wgActionPaths) != 'undefined' && wgActionPaths) {
for (var
var p = wgActionPaths[
if (p && p.length > 0) {
p = p.replace('$1', "");
|