Fix prettier complaints

This commit is contained in:
Chris Hunt
2024-02-19 09:56:03 +00:00
parent 809a997631
commit 4b8bf5156d
3 changed files with 3 additions and 3 deletions

2
public/js/app.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
{
"/css/app.css": "/css/app.css?id=9ac09de3efefe57251cba47c5747c556",
"/js/app.js": "/js/app.js?id=3e28afce465cda43c0b0da9d29ad69a1"
"/js/app.js": "/js/app.js?id=a3df64b8054d7a3f742957b38d687835"
}

View File

@@ -178,7 +178,7 @@ $.when($.ready).then(() => {
$(e.target).addClass("current");
$("#sortable .item-container").show();
if (tag !== "all") {
$("#sortable .item-container:not(." + tag + ")").hide();
$(`#sortable .item-container:not(.${tag})`).hide();
}
})
.on("click", "#add-item, #pin-item", (e) => {