From 1b238a708654448955a4d3b69cf83136a64b8496 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 4 Sep 2012 18:34:36 +0200 Subject: [PATCH] Fix: try to use jquery blockUI --- htdocs/main.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index c756301a762..866e25a4abd 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -958,13 +958,13 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs print ''."\n"; } // jQuery jnotify - if (empty($conf->global->MAIN_DISABLE_JQUERY_JNOTIFY)) + if (empty($conf->global->MAIN_DISABLE_JQUERY_JNOTIFY) && ! defined('DISABLE_JQUERY_JNOTIFY')) { print ''."\n"; print ''."\n"; } // jQuery blockUI - if (! empty($conf->global->MAIN_USE_JQUERY_BLOCKUI)) + if (! empty($conf->global->MAIN_USE_JQUERY_BLOCKUI) || defined('REQUIRE_JQUERY_BLOCKUI')) { print ''."\n"; print ''."\n";