Skip to content
Snippets Groups Projects
Commit 5ea9150c authored by gloas's avatar gloas
Browse files

Skin: page resultat mode mur: correction d'un bug qui empechait la redirection...

Skin: page resultat mode mur: correction d'un bug qui empechait la redirection vers l action d'ajout panier apres login popup.
parent 2c7c1a93
No related merge requests found
......@@ -52,11 +52,11 @@ function noticeMurTooltip(item) {
function noticeMurPanier(anchor) {
$.getJSON(anchor.attr('href'), function(data){
noticeMurPanierWithData(data);
noticeMurPanierWithData(data, anchor);
});
}
function noticeMurPanierWithData(data){
function noticeMurPanierWithData(data, anchor){
if ('AUTH' == data['result']) {
opacShowModal(data['redirect'], 500, 345, function(event, ui){
opacHideModal();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment