mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Clean up duplicate configuration pages
This commit is contained in:
parent
ab004329c4
commit
b65511eb6c
11 changed files with 8 additions and 281 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue