mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 14:22:03 +08:00
Fix bug with underscore _.each method in IE9.
This commit is contained in:
@ -125,7 +125,7 @@ define([
|
||||
|
||||
if (active && active.length > 0) {
|
||||
_.each(active, function(menu) {
|
||||
menu.hide();
|
||||
if (menu) menu.hide();
|
||||
});
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user