Skip to content

Commit

Permalink
fixed sending order by mail
Browse files Browse the repository at this point in the history
  • Loading branch information
Guest007 committed Feb 23, 2014
1 parent a35b06f commit 2b82045
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/helpers.html
Expand Up @@ -63,9 +63,10 @@
type: 'POST',
data: that.serialize(),
complete: function(result){
document.location.href = "/";
{# $('#easy_form').trigger( 'reset' );#}
{# $('#fast_form').trigger( 'reset' );#}
$('#final_form').addClass('hide');
{# $('#final_form').addClass('hide');#}
}
});
return false;
Expand Down

0 comments on commit 2b82045

Please sign in to comment.