Mercurial > bugzilla-dashboard
diff js/modules/app.js @ 74:1a0a3abbba93
more links now have # next to them
author | Atul Varma <avarma@mozilla.com> |
---|---|
date | Sun, 25 Apr 2010 18:58:56 -0700 |
parents | 1cd66cabe153 |
children | 4bb45ff5788a |
line wrap: on
line diff
--- a/js/modules/app.js Sun Apr 25 18:53:27 2010 -0700 +++ b/js/modules/app.js Sun Apr 25 18:58:56 2010 -0700 @@ -472,6 +472,7 @@ if (extraBugs.length) { var moreLink = $("#templates .more-link").clone(); + moreLink.find(".number").text(extraBugs.length); moreLink.click( function() { moreLink.remove();