179
edits
(Created page with "→All JavaScript here will be loaded for users of the mobile site: →Add to MediaWiki:Mobile.js for custom Mobile Menu links for MW-1.34.2 with MobileFrontend and MinervaNeue Just replace span text and href to add links: var timer = setInterval(function() { if ($('.menu ul:first').length) { console.log("mobile menu exists"); clearInterval(timer); $('.menu ul:first').after( '<ul class="level1"> \...") |
No edit summary Tags: Mobile edit Mobile web edit |
||
Line 14: | Line 14: | ||
<a href="#" \ | <a href="#" \ | ||
class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \ | class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-watchlist"> \ | ||
<span>Dropdown | <span>Dropdown Linkss</span> \ | ||
</a> \ | </a> \ | ||
</li> \ | </li> \ |