diff options
-rw-r--r-- | ui/jquery.ui.selectmenu.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index 6df51df9a..af53d3fd4 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -678,7 +678,6 @@ $.widget("ui.selectmenu", { _refreshPosition: function() { var o = this.options; - console.log("_refreshPosition"); // if its a native pop-up we need to calculate the position of the selected li if (o.style == "popup" && !o.positionOptions.offset) { var selected = this._selectedOptionLi(); |