From 4901c586ce45b3baa729ae40ce38b798676ee407 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Sun, 16 Apr 2023 21:12:47 +0100 Subject: [PATCH] chore: drop usage of jquery in `install` and `update` interfaces (#3797) --- framework/core/views/install/install.php | 44 ++++++++++++++---------- framework/core/views/install/update.php | 44 ++++++++++++++---------- 2 files changed, 52 insertions(+), 36 deletions(-) diff --git a/framework/core/views/install/install.php b/framework/core/views/install/install.php index 3a00bd614..dd7a94c19 100644 --- a/framework/core/views/install/install.php +++ b/framework/core/views/install/install.php @@ -66,29 +66,37 @@ - + diff --git a/framework/core/views/install/update.php b/framework/core/views/install/update.php index 6cca8c1a5..da502caf8 100644 --- a/framework/core/views/install/update.php +++ b/framework/core/views/install/update.php @@ -17,29 +17,37 @@ - +