MediaWiki:Gadget-find-archived-section.js: Difference between revisions
Content deleted Content added
Version 2: shows a link pointing directly to the archived discussion if it can be found |
unbreak for AN/ANI |
||
Line 50:
var discussionLink = $(html).find('ul.mw-search-results .searchalttitle a').attr('href');
if (discussionLink) {
divHtml += '<b><a href="' +
divHtml += '<small><a href="' + searchLink + '">(or search in archives)</a></small>. ';
} else {
|