From 1afeb9ad8babbf59902f40696f5b5ff1d6562635 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Sun, 27 Jan 2019 00:22:47 +0100 Subject: [PATCH] Update settings.php --- bl-kernel/admin/views/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bl-kernel/admin/views/settings.php b/bl-kernel/admin/views/settings.php index c94eb912..6302154a 100644 --- a/bl-kernel/admin/views/settings.php +++ b/bl-kernel/admin/views/settings.php @@ -352,7 +352,7 @@ }); // Open the tab defined in the URL - $('a[href="'+ $(location).attr('hash').slice(0,-1) +'"]').tab('show'); + $('a[href="'+ $(location).attr('hash').slice(0,-1) +'"]').click(); });