User:MC10/stubtagtab.js: Difference between revisions

Content deleted Content added
more fixing up with script
clean up code
Line 85:
var portletLink = mw.util.addPortletLink('p-cactions', '#', 'Stub', 'ca-stubtag', 'Add a stub tag to this page', '');
$(portletLink).click(function (e) {
if (e.preventDefault) e.preventDefault();
if (e.returnValue) e.returnValue = false;
stubTagTab();
});