]> source.dussan.org Git - rspamd.git/commit
[WebUI] Fix variable assignment
authorAlexander Moisseev <moiseev@mezonplus.ru>
Sun, 8 Jul 2018 08:58:27 +0000 (11:58 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Sun, 8 Jul 2018 08:58:27 +0000 (11:58 +0300)
commit97f21fc116b5c2bb416d8bd212a2ee06ddceee68
treee81fc467ff4dc4f4c59e6427b71fbcac537c152e
parente514ce57b5dfba541564828ef6373c0912a9f7cd
[WebUI] Fix variable assignment

I think `var full = shrt = "";` is `var full = (shrt = "");` effectively, so `full = true`.
.eslintrc.json
interface/js/app/history.js