server/src/main/webapp/static/js/main.js
changeset 50 7b517a54b708
parent 47 267d67791e05
child 51 3247fccfbd3f
--- 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.$('<div>')
+            .addClass("Rk-Bin-Count")
+            .appendTo(this.$);
         this.title_$ = Rkns.$('<h2>')
             .addClass("Rk-Bin-Title")
             .appendTo(this.$);