From: Alexander Moisseev Date: Fri, 6 Apr 2018 08:22:49 +0000 (+0300) Subject: [WebUI] Remove a previously-attached event handler X-Git-Tag: 1.7.3~23^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2153%2Fhead;p=thirdparty%2Frspamd.git [WebUI] Remove a previously-attached event handler from symbols order selector --- diff --git a/interface/js/app/history.js b/interface/js/app/history.js index fba1dd58f7..dc44a2ddfe 100644 --- a/interface/js/app/history.js +++ b/interface/js/app/history.js @@ -615,7 +615,7 @@ function($, _, Humanize) { e.preventDefault(); interface.getHistory(rspamd, tables, neighbours, checked_server); }); - $("#selSymOrder").change(function() { + $("#selSymOrder").unbind().change(function() { interface.getHistory(rspamd, tables, neighbours, checked_server); });