Fix: Ostale prijave login.

This commit is contained in:
Robert 2020-12-01 15:59:22 +01:00
parent 125e1a9008
commit 4f1db1af8b

View File

@ -490,7 +490,7 @@
jQuery('.prijava-ostale-nazaj').on('click', function () { jQuery('.prijava-ostale-nazaj').on('click', function () {
jQuery('#modal-other-login').hide() jQuery('#modal-other-login').hide()
jQuery('.rexister-modal').show(); jQuery('.rexister-modal #modal-login').show();
jQuery('#modal-other-login h3').show(); jQuery('#modal-other-login h3').show();
}); });