From 70a79aacb38cc274cb6b36a4fb492e433c730219 Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 28 Apr 2015 15:29:51 -0400 Subject: [PATCH] Popup not exclusive by default --- src/definitions/modules/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/modules/popup.js b/src/definitions/modules/popup.js index 00cd98e91..760823816 100644 --- a/src/definitions/modules/popup.js +++ b/src/definitions/modules/popup.js @@ -1153,7 +1153,7 @@ $.fn.popup.settings = { // automatically hide on scroll hideOnScroll : 'auto', // hide other popups on show - exclusive : true, + exclusive : false, // context to attach popups context : 'body', // position to prefer when calculating new position