nav menu: remove duplicate "More »" link.

Remove a second hidden "More »" link from the nav menu. This was
leftover code first added in f2f524b87 and later reverted in 68161f7b8.
This commit is contained in:
evazion
2018-08-26 12:55:50 -05:00
parent 79961c8ed9
commit 8ccc238791
5 changed files with 1 additions and 23 deletions

View File

@@ -14,10 +14,6 @@ NewsUpdate.initialize = function() {
$("#news-updates").hide();
Cookie.put("news-ticker", key);
// need to reset the more link
var $site_map_link = $("#site-map-link");
$("#more-links").hide().offset({top: $site_map_link.offset().top + $site_map_link.height() + 10, left: $site_map_link.offset().left});
return false;
});
}