From 01fe2421723a33440cbba4d86bad30cfa8d72093 Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Wed, 24 May 2023 23:04:28 +0100 Subject: [PATCH] Delete unused things --- assets/templates/asset_form.html | 6 ------ pipeline/source_assets/js/interaction.js | 5 ----- 2 files changed, 11 deletions(-) diff --git a/assets/templates/asset_form.html b/assets/templates/asset_form.html index bea800b8..af61c8e4 100644 --- a/assets/templates/asset_form.html +++ b/assets/templates/asset_form.html @@ -12,7 +12,6 @@ {{ block.super }} - {% endblock %} {% block js %} @@ -35,11 +34,6 @@ $(document).find(".selectpicker").selectpicker().each(function(){initPicker($(this))}); }); -