Content deleted Content added
fix subtle bug introduced |
only add stub menu if not added already |
||
(One intermediate revision by the same user not shown) | |||
Line 12:
'Religion, mythology, faiths, and beliefs', 'Science', 'Sports', 'Technology', 'Transport',
'Miscellaneous'];
$h = $("<div></div>", { "id": "stubtagtab" })
"
});
for (var i = 0; i < a.length; i++) {
$newa = $("<a href=\"#\"></a>");
Line 84 ⟶ 85:
$(portletLink).click(function (e) {
e.preventDefault();
stubTagTab();
}
});
}
|