mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 12:10:34 +09:00
fix sortable tooltip (#1130)
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=55e02812d34a73b4386802d27fbcd6e8",
|
||||
"/js/app.js": "/js/app.js?id=14f3726628b93f64bd3d12e46e815521"
|
||||
"/js/app.js": "/js/app.js?id=3377b9b80073713e4dc54937c94aa6ad"
|
||||
}
|
||||
|
||||
@@ -86,7 +86,7 @@ $.when($.ready).then(() => {
|
||||
}
|
||||
|
||||
$("#main")
|
||||
.on("mouseenter", "#sortable.ui-sortable-disabled .item", function () {
|
||||
.on("mouseenter", "#sortable .item", function () {
|
||||
$(this).siblings(".tooltip").addClass("active");
|
||||
$(".refresh", this).addClass("active");
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user