From 4a6d69c002e66f13e5b4676e816f8cd396e4a25f Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Mon, 22 Feb 2021 13:42:39 +0000 Subject: [PATCH] Drop jquery-ui in favour of html5sortable 10x smaller dependency! --- RIGS/templates/event_checklist_form.html | 2 -- RIGS/templates/event_form.html | 1 - RIGS/templates/risk_assessment_form.html | 2 -- assets/templates/asset_audit_list.html | 2 -- gulpfile.js | 4 +++- package-lock.json | 22 +++++++++++----------- package.json | 2 +- pipeline/source_assets/js/interaction.js | 22 ++++------------------ 8 files changed, 19 insertions(+), 38 deletions(-) diff --git a/RIGS/templates/event_checklist_form.html b/RIGS/templates/event_checklist_form.html index a1fe1759..6cb89b4a 100644 --- a/RIGS/templates/event_checklist_form.html +++ b/RIGS/templates/event_checklist_form.html @@ -18,8 +18,6 @@ {% block js %} {{ block.super }} - - {% include 'partials/datetime-fix.html' %} diff --git a/RIGS/templates/event_form.html b/RIGS/templates/event_form.html index 572a4271..674fd82f 100644 --- a/RIGS/templates/event_form.html +++ b/RIGS/templates/event_form.html @@ -18,7 +18,6 @@ {% block js %} {{ block.super }} - diff --git a/RIGS/templates/risk_assessment_form.html b/RIGS/templates/risk_assessment_form.html index 30c47c1b..54b43bef 100644 --- a/RIGS/templates/risk_assessment_form.html +++ b/RIGS/templates/risk_assessment_form.html @@ -17,8 +17,6 @@ {% block js %} {{ block.super }} - - -