nav menu: remove duplicate "More »" link.
Remove a second hidden "More »" link from the nav menu. This was leftover code first added inf2f524b87and later reverted in68161f7b8.
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user