Skip to content

Commit

Permalink
fix: #3
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed May 13, 2024
1 parent 3df0a3a commit 6e60dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tweaks/PageList/ShowExtraActions.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Originally by tpr in the AdminOnSteroids module */
/* Ported to RockAdminTweaks by netcarver */
$(document).on("hover", ".PageListItem", function () {
$(document).on("mouseover", ".PageListItem", function () {
var $extrasToggle = $(this).find(".clickExtras"),
$templateEditAction = $(this).find(
".PageListActionEdit ~ .PageListActionEdit"
Expand Down

0 comments on commit 6e60dac

Please sign in to comment.