| Index: remoting/webapp/me2mom/host_table_entry.js
|
| diff --git a/remoting/webapp/me2mom/host_table_entry.js b/remoting/webapp/me2mom/host_table_entry.js
|
| index 241539983f57fe87009f46fbd099353586d2b2e2..14bb5aad6eff8def1489e47588ecf87d145e6ff3 100644
|
| --- a/remoting/webapp/me2mom/host_table_entry.js
|
| +++ b/remoting/webapp/me2mom/host_table_entry.js
|
| @@ -152,10 +152,9 @@ remoting.HostTableEntry.prototype.commitRename_ = function() {
|
| if (editBox) {
|
| if (this.host.hostName != editBox.value) {
|
| this.host.hostName = editBox.value;
|
| - this.removeEditBox_();
|
| this.onRename_();
|
| - return;
|
| }
|
| + this.removeEditBox_();
|
| }
|
| };
|
|
|
|
|