From 7c1ec4f95709820edf715eaa559e9e39115ca1c0 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Sat, 19 Sep 2020 10:44:05 -0500 Subject: [PATCH] convert logout modal to ajax request --- .../classic/views => ajax/modals}/logout.php | 4 ++++ web/skins/classic/includes/functions.php | 2 -- web/skins/classic/js/skin.js | 18 ++++++++++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) rename web/{skins/classic/views => ajax/modals}/logout.php (91%) diff --git a/web/skins/classic/views/logout.php b/web/ajax/modals/logout.php similarity index 91% rename from web/skins/classic/views/logout.php rename to web/ajax/modals/logout.php index 86e07605a..565e80cc2 100644 --- a/web/skins/classic/views/logout.php +++ b/web/ajax/modals/logout.php @@ -33,6 +33,10 @@ global $CLANG;