We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa44b24 commit 2c632d5Copy full SHA for 2c632d5
1 file changed
views/twig/extensions/themes/default/layout/base.html.twig
@@ -101,18 +101,6 @@
101
searchParams.filters.push(initOptions.appConfig.categoryPage[0]);
102
initialSearch(searchParams);
103
{% endif %}
104
-
105
- // factfinder.components.recentlyViewed.config({
106
- // maxLength: 12,
107
- // storage: `local`,
108
- // });
109
- //
110
- // factfinder.components.recentlyViewed.addEntry({
111
- // Name: `The Product 2`,
112
- // ProductNumber: `2123-456`,
113
- // Price: 2.99,
114
115
116
});
117
</script>
118
0 commit comments