Skip to content

Commit

Permalink
removed touchstart event
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Mar 31, 2022
1 parent c92ad4a commit 876df76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/static/scripts/scoold.js
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ $(function () {
return false;
});

$("img.profile-pic, #edit-picture-link").on("mouseenter touchstart", function () {
$("img.profile-pic, #edit-picture-link").on("mouseenter", function () {
$("#edit-picture-link").show();
});
$("img.profile-pic").on("mouseleave", function () {
Expand Down

0 comments on commit 876df76

Please sign in to comment.