Channel tools box; memberlist/right bar structure refactor
[KiwiIRC.git] / client / src / views / resizehandler.js
index d03455c448e79d7a86f0195e870be3b801fae0cc..96400a8c50a616929a33ff7ab11173004e8b3f30 100644 (file)
@@ -23,7 +23,7 @@ _kiwi.view.ResizeHandler = Backbone.View.extend({
         if (!this.dragging) return;
 
         this.$el.css('left', event.clientX - (this.$el.outerWidth(true) / 2));
-        $('#kiwi .memberlists').css('width', this.$el.parent().width() - (this.$el.position().left + this.$el.outerWidth()));
+        $('#kiwi .right_bar').css('width', this.$el.parent().width() - (this.$el.position().left + this.$el.outerWidth()));
         _kiwi.app.view.doLayout();
     }
 });
\ No newline at end of file