-
Notifications
You must be signed in to change notification settings - Fork 3
Initial implementation for crop center selector, #371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #371 +/- ##
===========================================
- Coverage 83.75% 83.12% -0.64%
===========================================
Files 148 148
Lines 4155 4207 +52
===========================================
+ Hits 3480 3497 +17
- Misses 675 710 +35 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #371 +/- ##
===========================================
- Coverage 83.03% 82.83% -0.21%
===========================================
Files 118 118
Lines 4009 4061 +52
===========================================
+ Hits 3329 3364 +35
- Misses 680 697 +17 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
// remove the .noscript class from <body> | ||
// this allows us to add the class .hide-for-nojs-users to any element as needed | ||
$('body,html').removeClass("no-js"); | ||
|
||
// enable all js tooltips on the page | ||
$('[data-bs-toggle="tooltip"]').tooltip(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are these lines included on purpose?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a singe question
Initial implementation for crop center selector, js grinder added crop center feature