From: Alexander Moisseev Date: Thu, 5 Jul 2018 07:20:15 +0000 (+0300) Subject: [Minor] JS: Disable "no-alert" rule for a line X-Git-Tag: 1.7.8~26^2~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=104eebf96028fd7bfee37fec077c6a5346304673;p=rspamd.git [Minor] JS: Disable "no-alert" rule for a line --- diff --git a/interface/js/app/history.js b/interface/js/app/history.js index 2d8c739fb..a30a2e54b 100644 --- a/interface/js/app/history.js +++ b/interface/js/app/history.js @@ -673,7 +673,7 @@ define(["jquery", "footable", "humanize"], $("#resetHistory").off("click"); $("#resetHistory").on("click", function (e) { e.preventDefault(); - if (!confirm("Are you sure you want to reset history log?")) { + if (!confirm("Are you sure you want to reset history log?")) { // eslint-disable-line no-alert return; } if (ft.history) {