// remove notification for helpAccess calls

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14480 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-04-05 09:57:16 +00:00
parent 2cc6cced53
commit 6f8db8b2e8
+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);
}
});
}