Mercurial > ec-userscripts
changeset 72:17c94a818088
Update lint
author | nanaya <me@nanaya.pro> |
---|---|
date | Fri, 03 Apr 2020 22:00:21 +0900 |
parents | 20c42dd14d17 |
children | 521dda0a0b6f |
files | mandarake-direct-link.user.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mandarake-direct-link.user.js Fri Apr 03 22:00:17 2020 +0900 +++ b/mandarake-direct-link.user.js Fri Apr 03 22:00:21 2020 +0900 @@ -30,7 +30,7 @@ var fixSearchLink = function (_i, el) { var query = new URLSearchParams(el.search) - for (let [key, value] of currentQuery) { + for (const [key, value] of currentQuery) { if (!query.has(key)) { query.set(key, value) }