You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your patience here. is visible was returning undefined in the case where $popup was undefined. This was making the invocation fail and revert to chaining instead of returning the result.
I've modified the booelan to correctly return false.
I don't believe sidebar suffers from the same issue.
http://jsfiddle.net/yzjop769/1/
When the popup never has been opened, the target element is returned instead of
false
.The text was updated successfully, but these errors were encountered: