Merge pull request #2922 from expsa/abdurrahman-saber-patch-1

Update website_sale.js
This commit is contained in:
abdurrahman-saber 2025-04-29 09:31:00 +03:00 committed by GitHub
commit f9bb385613
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -21,10 +21,10 @@ let filterSidebarInstance = false;
publicWidget.registry.WebsiteSale.include({
jsLibs: (publicWidget.registry.WebsiteSale.prototype.jsLibs || []).concat(
['/theme_prime/static/lib/drift-master-1.5.0/Drift.js'],
['/theme_prime/static/lib/drift-master-1.5.0/dist/Drift.js'],
),
cssLibs: (publicWidget.registry.WebsiteSale.prototype.cssLibs || []).concat(
['/theme_prime/static/lib/drift-master-1.5.0/drift-basic.css'],
['/theme_prime/static/lib/drift-master-1.5.0/dist/drift-basic.css'],
),
events: Object.assign({}, publicWidget.registry.WebsiteSale.prototype.events || {}, {
'click .tp-attribute': '_onClickAttribute',