aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/jquery.ui.popup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.popup.js b/ui/jquery.ui.popup.js
index f6585b761..128464cc2 100644
--- a/ui/jquery.ui.popup.js
+++ b/ui/jquery.ui.popup.js
@@ -168,7 +168,7 @@ $.widget( "ui.popup", {
// handle the closing instead of opening again
this.closeTimer = this._delay( function() {
this.close( event );
- }, 100);
+ }, 150);
},
focusin: function( event ) {
clearTimeout( this.closeTimer );