mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Fix incorrect migration of is_def() from previous version
This commit is contained in:
parent
3c44f96f63
commit
388091ed82
1 changed files with 1 additions and 1 deletions
|
|
@ -1012,7 +1012,7 @@ $(function() {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
|
||||||
if (window[Rhymix.loadedPopupMenus[params.menu_id]]) {
|
if (Rhymix.loadedPopupMenus[params.menu_id]) {
|
||||||
return Rhymix.displayPopupMenu(params, response_tags, params);
|
return Rhymix.displayPopupMenu(params, response_tags, params);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue