Clean up duplicate configuration pages

This commit is contained in:
Kijin Sung 2016-11-12 16:06:13 +09:00
parent ab004329c4
commit b65511eb6c
11 changed files with 8 additions and 281 deletions

View file

@ -12,12 +12,6 @@
$(this).hide();
}
});
var reply_to = $("#mail_reply_to").parents("div.x_control-group");
if (selected_driver === "woorimail") {
reply_to.hide();
} else {
reply_to.show();
}
}).triggerHandler("change");
$("#sms_driver").on("change", function() {
@ -83,14 +77,6 @@
}
});
$("#mail_woorimail_account_type_free,#mail_woorimail_account_type_paid").on("change", function() {
if ($("#mail_woorimail_account_type_paid").is(":checked")) {
$("#mail_reply_to").attr("disabled", "disabled");
} else {
$("#mail_reply_to").removeAttr("disabled");
}
}).triggerHandler("change");
});
} (jQuery));