From cfeff398f0ad7e4205dc26b66ca2b46ebca24606 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 12 May 2024 20:01:02 +0200 Subject: view: Remove global JS code in recipe-edit.html This makes it impossible to move the whole JS functionality into the central ceres.js script. Moving that JS code there makes caching possible and bundles all JS-related code in one file. The overall goal is to get rid of as many JS code as possible. --- view/html/recipe-edit.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/view/html/recipe-edit.html b/view/html/recipe-edit.html index 9980e75..f2695f0 100644 --- a/view/html/recipe-edit.html +++ b/view/html/recipe-edit.html @@ -8,7 +8,7 @@

Recipe editor

-
+

@@ -32,11 +32,6 @@ {{ template "footer" }}