Bug 1181300 - Update sync computer name only when user clicks the Save button. r=markh

This commit is contained in:
Edouard Oger 2015-07-07 13:33:00 +02:00
parent 75b70d60d7
commit 932e203b82

View File

@ -237,9 +237,6 @@ let gSyncPane = {
setEventListener("rejectUnlinkFxaAccount", "click", function () {
gSyncPane.unlinkFirefoxAccount(true);
});
setEventListener("fxaSyncComputerName", "change", function (e) {
gSyncUtils.changeName(e.target);
});
setEventListener("tosPP-small-ToS", "click", gSyncPane.openToS);
setEventListener("tosPP-small-PP", "click", gSyncPane.openPrivacyPolicy);
setEventListener("sync-migrate-upgrade", "click", function () {