Skip to content
Snippets Groups Projects
Commit dc25ddfe authored by PavelBegunkov's avatar PavelBegunkov
Browse files

KILL submits

parent 1427c3ef
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@ $(function()
if(data.success === true)
{
$('#signin_b').val('Всё отлично!');
$('#signin_f').submit();
window.location.replace(URLdir);
}
else
{
......@@ -89,7 +89,7 @@ $(function()
if(data.success === true)
{
$('#signup_b').val('Всё отлично!');
$('#signup_f').submit();
window.location.replace(URLdir);
}
else
{
......
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