diff --git a/static/js/main.js b/static/js/main.js index 4f87cd9..6d7fd2c 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -478,10 +478,10 @@ } }); //Do not include! This prevents the form from submitting for DEMO purposes only! - $('form').submit(function(event) { - event.preventDefault(); - return false; - }); + // $('form').submit(function(event) { + // event.preventDefault(); + // return false; + // }); })(jQuery);