From 38d14f1739b1ad6ba7de2e518e7d792906825cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Fri, 29 Dec 2017 20:44:59 +0100 Subject: [PATCH] oprava prihlasky (#462) --- .../components/templates/application_content.latte | 11 +++++++++++ www/js/main.js | 4 ---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/app/WebModule/components/templates/application_content.latte b/app/WebModule/components/templates/application_content.latte index 3bde460ec..232f15512 100644 --- a/app/WebModule/components/templates/application_content.latte +++ b/app/WebModule/components/templates/application_content.latte @@ -1,3 +1,14 @@ +{block head} + +{/block} +
diff --git a/www/js/main.js b/www/js/main.js index a9abd0a88..29b981447 100644 --- a/www/js/main.js +++ b/www/js/main.js @@ -20,10 +20,6 @@ function init() { initDateTimePicker(); $('[data-toggle="tooltip"]').tooltip(); - - $('form#frm-applicationContent-applicationForm').submit(function () { - $(this).find(':input[type=submit]').prop('disabled', true); - }); } function animateAlerts() {