Fix lint error
This commit is contained in:
@@ -1033,7 +1033,7 @@ define([
|
|||||||
$('iframe').each(function (idx, ifrw) {
|
$('iframe').each(function (idx, ifrw) {
|
||||||
$(ifrw).contents().find('.dropdown-bar-content').hide();
|
$(ifrw).contents().find('.dropdown-bar-content').hide();
|
||||||
});
|
});
|
||||||
} catch (e) {
|
} catch (er) {
|
||||||
// empty try catch in case this iframe is problematic (cross-origin)
|
// empty try catch in case this iframe is problematic (cross-origin)
|
||||||
}
|
}
|
||||||
if (state) {
|
if (state) {
|
||||||
|
|||||||
Reference in New Issue
Block a user