MediaWiki:Mobile.js:修订间差异
无编辑摘要 标签:移动版编辑 移动版网页编辑 |
无编辑摘要 标签:移动版编辑 移动版网页编辑 |
||
| (未显示同一用户的4个中间版本) | |||
| 第3行: | 第3行: | ||
for MW-1.34.2 with MobileFrontend and MinervaNeue | for MW-1.34.2 with MobileFrontend and MinervaNeue | ||
Just replace span text and href to add links */ | Just replace span text and href to add links */ | ||
var navbar = function (data, textStatus, jqxhr) { | var navbar = function (data, textStatus, jqxhr) { | ||
| 第41行: | 第40行: | ||
newul.appendChild(li[i]); | newul.appendChild(li[i]); | ||
} | } | ||
$('.menu ul#p-otherlink').after(newul); | |||
console.log(newul); | console.log(newul); | ||
}; | }; | ||