From b2125f030293c0bf540af250a22252943a18c533 Mon Sep 17 00:00:00 2001 From: mBertholino Date: Tue, 24 Jan 2012 09:16:22 +0000 Subject: [PATCH] [-] BO : #PSTEST-563 : if a customer clicks outside of the fancybox, he won't loose all the data that were already in the box. To leave the fancybox, the customer must click on the close button git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12633 b9a71923-0436-4b27-9f14-aed3839534dd --- js/jquery/plugins/fancybox/jquery.fancybox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery/plugins/fancybox/jquery.fancybox.js b/js/jquery/plugins/fancybox/jquery.fancybox.js index a8520051d..00d95dc42 100755 --- a/js/jquery/plugins/fancybox/jquery.fancybox.js +++ b/js/jquery/plugins/fancybox/jquery.fancybox.js @@ -1112,7 +1112,7 @@ ajax : {}, swf : { wmode: 'transparent' }, - hideOnOverlayClick : true, + hideOnOverlayClick : false, hideOnContentClick : false, overlayShow : true,