mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 12:10:34 +09:00
Fix prettier complaints
This commit is contained in:
2
public/js/app.js
vendored
2
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
2
public/mix-manifest.json
generated
2
public/mix-manifest.json
generated
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user