// 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:
+6
-1
@@ -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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user