Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
arielbarreiros96 committed Nov 14, 2024
1 parent 98172cd commit bb036f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website_snippet_popup_onclik/views/website_popup_snippet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<record id="website_popup_trigger_assets" model="ir.asset">
<field name="name">Custom Popup JS</field>
<field name="bundle">web.assets_frontend</field>
<field name="path">website_popup_trigger/static/src/js/popup_trigger.js</field>
<field
name="path"
>website_snippet_popup_onclik/static/src/js/popup_trigger.js</field>
</record>
<template id="extend_s_popup_options" inherit_id="website.s_popup_options">
<xpath
Expand Down

0 comments on commit bb036f8

Please sign in to comment.