Skip to content

Commit

Permalink
food preference bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanieliusAsm committed Apr 28, 2024
1 parent f52f5f7 commit fe1fc4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion OpenFoodFactsPower.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1221,8 +1221,10 @@ ul#products_match_all > li > a > span { display: table-cell; width: 70%; vert
loadASettingFromStorage('pus-rotation-buttons',toggleRotationButtons);
loadASettingFromStorage('pus-hunger-games-logo-search',toggleHungerGamesButton);
loadASettingFromStorage('pus-quick-categories',null);
listenToFoodPreferences();
});
setTimeout(function(){
listenToFoodPreferences();
}, 5000);


// Show an easier to read number of products
Expand Down

0 comments on commit fe1fc4a

Please sign in to comment.