Skip to content

Commit

Permalink
Update imagediff.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zeripath authored Feb 1, 2023
1 parent 72a83dc commit 984d56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/js/features/imagediff.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export function initImageDiff() {
height: sizes.max.height * factor + 4
});

const $range = $container.find("input[type='range'");
const $range = $container.find("input[type='range']");
const onInput = () => sizes.image1.parent().css({
opacity: $range.val() / 100
});
Expand Down

2 comments on commit 984d56c

@yardenshoham
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zeripath you are pushing upstream

@zeripath
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect GH created this branch within the go-gitea/gitea repository (my mistake - I tried to make it on my own fork) but it's not a direct change to main or any of the release branches.

Please sign in to comment.