Skip to content

Commit

Permalink
Merge branch 'master' into JENKINS-73960
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomomdahan authored Oct 28, 2024
2 parents 913d01a + 0ff593b commit 6537326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/js/jquery.fancybox-1.3.4.js
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,8 @@

_finish = function () {
if (!$.support.opacity) {
content.css('filter', '');
wrap.css('filter', '');
content.get(0).style.removeProperty('filter');
wrap.get(0).style.removeProperty('filter');
}

if (selectedOpts.autoDimensions) {
Expand Down

0 comments on commit 6537326

Please sign in to comment.