mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-06 10:33:10 +09:00
Add krzip module
This commit is contained in:
parent
1a8b5c8b29
commit
7bef97f170
26 changed files with 1611 additions and 0 deletions
11
modules/krzip/tpl/js/admin.js
Normal file
11
modules/krzip/tpl/js/admin.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/* 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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue