9 lines
220 B
JavaScript
9 lines
220 B
JavaScript
$(document).ready(function () {
|
|
// Initialize PrestaShop UI components
|
|
window.prestashop.component.initComponents(
|
|
[
|
|
'TranslatableField',
|
|
'TranslatableInput',
|
|
],
|
|
);
|
|
}); |