Drupal: popravek nakupa.
This commit is contained in:
parent
9c9dac9c98
commit
b15763fd6c
@ -1523,7 +1523,12 @@ function odpriAaiLoginObvestilo(){
|
|||||||
jQuery('.nakup-prijava').show();
|
jQuery('.nakup-prijava').show();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
jQuery('#modal-open-login-obrazec').show();
|
if (document.cookie.indexOf('nakup=') > 0) {
|
||||||
|
jQuery('.nakup-prijava').show();
|
||||||
|
}
|
||||||
|
|
||||||
|
jQuery('#modal-login').show();
|
||||||
|
// jQuery('#modal-open-login-obrazec').show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user