mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
11 lines
289 B
JavaScript
11 lines
289 B
JavaScript
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
|
|
|
jQuery(function ($) {
|
|
$("#api_handler").on("change", function (e) {
|
|
var prop = $(this).val() != 1;
|
|
$("#epostapi_regkey").prop("disabled", prop);
|
|
});
|
|
});
|
|
|
|
/* End of file admin.js */
|
|
/* Location: ./modules/krzip/tpl/js/admin.js */
|