diff -r d0da34fda4b4 -r 7b517a54b708 server/src/main/webapp/static/js/main.js --- a/server/src/main/webapp/static/js/main.js Mon Dec 31 13:37:31 2012 +0100 +++ b/server/src/main/webapp/static/js/main.js Tue Jan 01 09:28:03 2013 +0100 @@ -56,6 +56,9 @@ _this.refresh(); return false; }); + this.count_$ = Rkns.$('
') + .addClass("Rk-Bin-Count") + .appendTo(this.$); this.title_$ = Rkns.$('

') .addClass("Rk-Bin-Title") .appendTo(this.$);