[Web] Move Rspamd UI settings from debug to "Access" section
[Web] Move Rspamd settings map from debug to "Configuration" section [Web] Some minor fixes to JS and PHP [Web] Feature: Allow to set Rspamd settings from web UI (includes 2 presets) [Web] Add missing primary keys
This commit is contained in:
@@ -152,6 +152,9 @@ $(document).ready(function() {
|
||||
'use strict';
|
||||
if ($('a[data-toggle="tab"]').length) {
|
||||
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
|
||||
if ($(this).data('dont-remember') == 1) {
|
||||
return true;
|
||||
}
|
||||
var id = $(this).parents('[role="tablist"]').attr('id');
|
||||
var key = 'lastTag';
|
||||
if (id) {
|
||||
|
Reference in New Issue
Block a user