diff --git a/js/admin-calendar.js b/js/admin-calendar.js index 8f574a71..872bb801 100644 --- a/js/admin-calendar.js +++ b/js/admin-calendar.js @@ -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 ) ); } }); @@ -1432,4 +1432,4 @@ $.widget("ui.selectmenu", { return false; }; -})); \ No newline at end of file +}));