### What - Change isPageType() function to reflect Product Opener evolution - https://github.com/openfoodfacts/openfoodfacts-server/commit/71b4d497027fd2c804d3281949c1de6b3d37b4d7 Example: `if ($(".products")[0]) return "list";` will become `if ($(".list_of_products_page")[0]) return "list";`