linkkf 로직수정중
This commit is contained in:
@@ -33,7 +33,7 @@ $('#use_login').change(function() {
|
||||
|
||||
$("body").on('click', '#apikey_generate_btn', function(e) {
|
||||
e.preventDefault();
|
||||
globalSendCommand('apikey_generate', null, null, null, null, function(ret){
|
||||
globalSendCommand('apikey_generate', null, null, null, function(ret){
|
||||
$("#apikey").val(ret);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user