From: Marius Gavrilescu Date: Wed, 18 Feb 2015 17:25:44 +0000 (+0200) Subject: Merge branch 'master' into newmc X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;h=7e8bc846f48e37725a0bcaeb6a807d6bd185094d;hp=4fed165b07a2841205eadd0821741dc2f2410908;p=plack-app-gruntmaster.git Merge branch 'master' into newmc --- diff --git a/js/90-form.js b/js/90-form.js index a326ca8..9391087 100644 --- a/js/90-form.js +++ b/js/90-form.js @@ -13,6 +13,7 @@ xhr.onerror = function() { $('#result').html('Error!'); }; + window.scrollTo(0, 0); $('#result').html('Loading...'); xhr.send(form_data); return false;