mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
Remove duplicate declared function
* Remove duplicate `insertSelectedModule` function declaration
This commit is contained in:
parent
bc4abef975
commit
7d22aad8d1
1 changed files with 0 additions and 6 deletions
|
|
@ -46,12 +46,6 @@ function completeCancelDeclare(ret_obj) {
|
|||
location.reload();
|
||||
}
|
||||
|
||||
function insertSelectedModule(id, module_srl, mid, browser_title) {
|
||||
jQuery('#_'+id).val(browser_title+' ('+mid+')');
|
||||
jQuery('#'+id).val(module_srl);
|
||||
doGetCategoryFromModule(module_srl);
|
||||
}
|
||||
|
||||
function completeInsertExtraVar(ret_obj) {
|
||||
// alert(ret_obj['message']);
|
||||
location.href = current_url.setQuery('type','').setQuery('selected_var_idx','');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue