From 9663b86ee2939122a3b282e00a8f516211040d3b Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Thu, 5 Apr 2012 09:57:16 +0000 Subject: [PATCH] // remove notification for helpAccess calls --- js/helpAccess.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/js/helpAccess.js b/js/helpAccess.js index 62666e3af..b7d793649 100644 --- a/js/helpAccess.js +++ b/js/helpAccess.js @@ -27,7 +27,12 @@ function displayHelpButton(label, iso_user, country_iso_code, _PS_VERSION_){ $('ul.cc_button').append(msg.content); $('.help-context-'+help_class_name).fadeIn("fast").show(); } - } + }, + beforeSend: function(data) + { + // don't display the loading notification bar + clearTimeout(ajax_running_timeout); + } }); }