Browse Source

Popup not exclusive by default

pull/2158/merge
jlukic 9 years ago
parent
commit
70a79aacb3
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/popup.js

2
src/definitions/modules/popup.js

@ -1153,7 +1153,7 @@ $.fn.popup.settings = {
// automatically hide on scroll // automatically hide on scroll
hideOnScroll : 'auto', hideOnScroll : 'auto',
// hide other popups on show // hide other popups on show
exclusive : true,
exclusive : false,
// context to attach popups // context to attach popups
context : 'body', context : 'body',
// position to prefer when calculating new position // position to prefer when calculating new position

Loading…
Cancel
Save