From 2bbd85fb14d7bb0893709f54ddacc3ac758409fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Peters?= Date: Wed, 3 May 2017 13:11:36 +0200 Subject: [PATCH] Fixes redirect to "/?" after submitting values Default type is submit, which appends "?" to the URL and kicks us back to "Status". --- interface/js/app/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/js/app/config.js b/interface/js/app/config.js index a5ec6c341..b4f6178f6 100644 --- a/interface/js/app/config.js +++ b/interface/js/app/config.js @@ -206,8 +206,8 @@ function($) { }).join('') + '
' + '
' + - '' + - '' + + '' + + '' + '
'); if (rspamd.read_only) { $('#saveActionsClusterBtn').attr('disabled', true); -- 2.39.5