Skip to content

Commit

Permalink
fix sortable tooltip (linuxserver#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
dairidong authored May 16, 2023
1 parent 9c117b7 commit 1f5493a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
})
Expand Down

0 comments on commit 1f5493a

Please sign in to comment.