MediaWiki:Common.js: Difference between revisions
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
// click or tap will get cancelled | // click or tap will get cancelled | ||
// we'll keep a track of it | // we'll keep a track of it | ||
touchMoveHappened = true; | touchMoveHappened = true;li | ||
}); | }); | ||
element.addEventListener('touchend', (e) => { | element.addEventListener('touchend', (e) => { | ||
| Line 364: | Line 364: | ||
// add("https://discord.gg/8w5rSNAXRf", "Discord"); | // add("https://discord.gg/8w5rSNAXRf", "Discord"); | ||
add("https://www.linkedin.com/company/consumer-rights-wiki/", "LinkedIn"); | //add("https://www.linkedin.com/company/consumer-rights-wiki/", "LinkedIn"); | ||
add("https://www.reddit.com/user/ConsumerRightsWiki/", "Reddit"); | //add("https://www.reddit.com/user/ConsumerRightsWiki/", "Reddit"); | ||
places.parentNode.insertBefore(ul, places.nextSibling); | places.parentNode.insertBefore(ul, places.nextSibling); | ||