client/js/main.js
changeset 64 3a5a9421687b
parent 62 f9019462465a
child 66 9b459e41e2df
equal deleted inserted replaced
62:f9019462465a 64:3a5a9421687b
    64         this.title_$ = Rkns.$('<h2>')
    64         this.title_$ = Rkns.$('<h2>')
    65             .addClass("Rk-Bin-Title")
    65             .addClass("Rk-Bin-Title")
    66             .appendTo(this.$);
    66             .appendTo(this.$);
    67         this.main_$ = Rkns.$('<div>')
    67         this.main_$ = Rkns.$('<div>')
    68             .addClass("Rk-Bin-Main")
    68             .addClass("Rk-Bin-Main")
    69             .appendTo(this.$);
    69             .appendTo(this.$)
       
    70             .html('<h4 class="Rk-Bin-Loading">' + _renkan.l10n.loading_bin + '</h4>');
    70         this.title_$.html(_opts.title || '(new bin)');
    71         this.title_$.html(_opts.title || '(new bin)');
    71         this.renkan.resizeBins();
    72         this.renkan.resizeBins();
    72         
    73         
    73         if (_opts.auto_refresh) {
    74         if (_opts.auto_refresh) {
    74             window.setInterval(function() {
    75             window.setInterval(function() {