From: André Peters Date: Wed, 3 May 2017 11:11:36 +0000 (+0200) Subject: Fixes redirect to "/?" after submitting values X-Git-Tag: 1.6.0~278^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1613%2Fhead;p=thirdparty%2Frspamd.git Fixes redirect to "/?" after submitting values Default type is submit, which appends "?" to the URL and kicks us back to "Status". --- diff --git a/interface/js/app/config.js b/interface/js/app/config.js index a5ec6c3416..b4f6178f62 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);