Skip to content

Commit 1108171

Browse files
authored
fix: quick-fix-sidebar
1 parent f045d4c commit 1108171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenFoodFactsPower.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ textarea.monospace {
483483

484484
// Non contextual links
485485
// TODO: no more displayed since OFF redesign in 2022-10; put it elsewhere
486-
$(".sidebar p:first").after(
486+
$("#match").before(
487487
'<p>'+
488488
'> <a href="https://crowdin.com/project/openfoodfacts/'+pageLanguage+'">' +
489489
'Help page translation</a></p>'+

0 commit comments

Comments
 (0)