Commit a1b7eed7 authored by JC Brand's avatar JC Brand

That must be !prebind

parent 7a90876a
......@@ -761,7 +761,7 @@
render: function () {
this.$el.html(this.template(this.model.toJSON()));
if ((xmppchat.prebind) && (!xmppchat.connection)) {
if ((!xmppchat.prebind) && (!xmppchat.connection)) {
// Add login panel if the user still has to authenticate
this.loginpanel = new xmppchat.LoginPanel();
this.loginpanel.$parent = this.$el;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment