mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +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.stopPropagation();
|
||||
|
||||
if (window[Rhymix.loadedPopupMenus[params.menu_id]]) {
|
||||
if (Rhymix.loadedPopupMenus[params.menu_id]) {
|
||||
return Rhymix.displayPopupMenu(params, response_tags, params);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue