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: https://source.dussan.org/?a=commitdiff_plain;h=2bbd85fb14d7bb0893709f54ddacc3ac758409fe;p=rspamd.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 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);