// remove notification for helpAccess calls

This commit is contained in:
tDidierjean
2012-04-05 09:57:16 +00:00
parent ad34b71cec
commit 9663b86ee2
+6 -1
View File
@@ -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);
}
});
}