Browse Source

Reduce delay for popup show

pull/1177/head
jlukic 10 years ago
parent
commit
4b8b699375
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/popup.js

2
src/definitions/modules/popup.js

@ -896,7 +896,7 @@ $.fn.popup.settings = {
context : 'body',
position : 'top left',
delay : {
show : 50,
show : 30,
hide : 0
},

Loading…
Cancel
Save