Skip to content

Commit

Permalink
fix: allow folksonomy engine on dietetary products (#9517)
Browse files Browse the repository at this point in the history
* fix: allow folksonomy engine on dietetary products

fixes: #9412
  • Loading branch information
alexgarel authored Dec 12, 2023
1 parent 2b942b2 commit 88ebf9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html/js/folksonomy.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function folskonomy_engine_init() {
*/
function displayFolksonomyPropertyValues() {
//$(".details").before(
$("div[itemtype='https://schema.org/Product']").append(
$("div#main-product").append(
String('<!-- ---- Folksonomy Engine ----- -->' +
'<div id="free_properties_1" class="feus row card ">' +
'<div class="column large-12 h-space-tiny ">' +
Expand Down
2 changes: 1 addition & 1 deletion templates/web/pages/product/product_page.tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
arrow_upward
</span>
</a>
<div itemscope itemtype="[% itemtype %]" class="main-product">
<div itemscope itemtype="[% itemtype %]" class="main-product" id="main-product">
<div class="block v-space-tiny product_banner_unranked" id="prodHead">
<div class="row h-space-normal">
<div class="large-12 flex-grid ">
Expand Down

0 comments on commit 88ebf9e

Please sign in to comment.