Browse Source

Reset hide delay to 0 #1852

pull/1785/merge
jlukic 9 years ago
parent
commit
0fb55e2bdd
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/popup.js

2
src/definitions/modules/popup.js

@ -1119,7 +1119,7 @@ $.fn.popup.settings = {
delay : {
show : 30,
hide : 1000
hide : 0
},
setFluidWidth : true,

Loading…
Cancel
Save