From 573e0e56a468bff99345bbb14ef328c1fc2c7220 Mon Sep 17 00:00:00 2001
From: Sebastien Curt <sebastien.curt@tetras-libre.fr>
Date: Thu, 14 Apr 2022 15:29:59 +0200
Subject: [PATCH] remove unnecessary script on edit.html.twig

---
 templates/project/edit.html.twig | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/templates/project/edit.html.twig b/templates/project/edit.html.twig
index 258695d..78caedf 100644
--- a/templates/project/edit.html.twig
+++ b/templates/project/edit.html.twig
@@ -11,12 +11,3 @@
   </iframe>
 
 {% endblock %}
-
-{% block script %}
-  <script>
-      window.onload = function (){
-          const iframe = document.getElementById('legacyContent').contentWindow;
-          iframe.rekall.Rekall('init', PubSub);
-      }
-  </script>
-{% endblock %}
-- 
GitLab