Backed out changeset c9f946144a73 (bug 1104921) for bc2 failures on some platforms.

This commit is contained in:
Matthew Noorenberghe
2014-12-04 11:21:44 -08:00
parent 827d5ffa62
commit 63db003824
4 changed files with 29 additions and 121 deletions

View File

@@ -752,7 +752,7 @@ loop.panel = (function(_, mozL10n) {
}, this)
),
React.DOM.p(null,
React.DOM.button({className: "btn btn-info new-room-button",
React.DOM.button({className: "btn btn-info",
onClick: this.handleCreateButtonClick,
disabled: this._hasPendingOperation()},
mozL10n.get("rooms_new_room_button_label")