diff --git a/html/js/folksonomy.js b/html/js/folksonomy.js index 048ea40ccbdc6..57412cabd79b3 100644 --- a/html/js/folksonomy.js +++ b/html/js/folksonomy.js @@ -7,10 +7,10 @@ /* eslint no-unused-expressions: ["error", { "allowTernary": true }] */ // Product Opener (Open Food Facts web app) uses: -// * jQuery 2.1.4: view-source:https://static.openfoodfacts.org/js/dist/jquery.js (~84 KB) -// http://code.jquery.com/jquery-2.1.4.min.js -// * jQuery-UI 1.12.1: view-source:https://static.openfoodfacts.org/js/dist/jquery-ui.js (~82 KB) -// http://code.jquery.com/ui/1.12.1/jquery-ui.min.js +// * jQuery 3.7.1: view-source:https://static.openfoodfacts.org/js/dist/jquery.js (~84 KB) +// http://code.jquery.com/jquery-3.7.1.min.js +// * jQuery-UI 1.14.1: view-source:https://static.openfoodfacts.org/js/dist/jquery-ui.js (~82 KB) +// http://code.jquery.com/ui/1.14.1/jquery-ui.min.js // * Tagify 3.x: https://github.com/yairEO/tagify (~47 KB) // * Foundation 5 CSS Framework: https://sudheerdev.github.io/Foundation5CheatSheet/ // See also: https://github.com/openfoodfacts/openfoodfacts-server/pull/2987