From d4ca08db00fa50fa146b65f9f320bc741b04d5cd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 11 May 2012 21:27:29 +0200 Subject: [PATCH] Fix: Bug #402 --- htdocs/master.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php index f6582df07fd..591a4aabccf 100644 --- a/htdocs/master.inc.php +++ b/htdocs/master.inc.php @@ -267,6 +267,6 @@ if (! defined('NOREQUIRETRAN')) if (! defined('MAIN_LABEL_MENTION_NPR') ) define('MAIN_LABEL_MENTION_NPR','NPR'); // We force feature to help debug -$conf->global->MAIN_JS_ON_PAYMENT=1; +//$conf->global->MAIN_JS_ON_PAYMENT=0; // We disable this. See bug #402 on doliforge ?>