fix: [attribute add] fixed typo causing the add function to fail

pull/7476/head
iglocska 2021-06-01 23:29:41 +02:00
parent 478be522d2
commit 3b2100e3d1
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@
)
),
'metaFields' => array(
'<div id="notice_message" style="display: none;></div>',
'<div id="notice_message" style="display: none;"></div>',
'<div id="bothSeenSliderContainer" style="height: 170px;"></div>'
)
)
@ -152,7 +152,7 @@
}
}
});
<?php if (!$ajax): ?>
$('#AttributeType').chosen();
$('#AttributeCategory').chosen();