From c4336959628995aa9ff5cd0a537f6a11ef1f0b39 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 --- 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,