Skip to content

Commit

Permalink
Update deprecated zIndex() function (stephenharris#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjohnhanna authored Jan 15, 2021
1 parent c56b121 commit a48945b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/admin-calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ $.widget("ui.selectmenu", {

this.listWrap
.removeAttr( 'style' )
.zIndex( this.element.zIndex() + 2 )
.css( 'zIndex', this.element.css('zIndex') + 2 )
.position( $.extend( positionDefault, o.positionOptions ) );
}
});
Expand Down Expand Up @@ -1432,4 +1432,4 @@ $.widget("ui.selectmenu", {
return false;
};

}));
}));

0 comments on commit a48945b

Please sign in to comment.