Fix: Ostale prijave back.

This commit is contained in:
Robert 2020-12-01 16:04:07 +01:00
parent 4f1db1af8b
commit b6b69d0153

View File

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