From 5f502fb480c0fca13996c7bce139d54ee024c180 Mon Sep 17 00:00:00 2001 From: gaazzopa Date: Thu, 5 Nov 2020 18:02:41 +0100 Subject: [PATCH] Removed extra library and form reset --- cara/apps/calculator/static/form.html | 3 +-- cara/apps/calculator/static/js/form.js | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/cara/apps/calculator/static/form.html b/cara/apps/calculator/static/form.html index 62528c8c..b3944bc1 100644 --- a/cara/apps/calculator/static/form.html +++ b/cara/apps/calculator/static/form.html @@ -6,7 +6,6 @@ - @@ -14,7 +13,7 @@ - + Beta v1.0.0 Please send feedback to CARA-dev@cern.ch

CARA Covid Airborne Risk Assessment tool

diff --git a/cara/apps/calculator/static/js/form.js b/cara/apps/calculator/static/js/form.js index 682c9542..7e6cabed 100644 --- a/cara/apps/calculator/static/js/form.js +++ b/cara/apps/calculator/static/js/form.js @@ -1,7 +1,3 @@ -function clear_form(){ - document.covid_calculator.reset(); -} - /* -------Show/Hide DIVs------- */ function show(show, var_id, obj) { var show = document.getElementById(show);