mirror of https://github.com/OCA/web.git
[FIX] Fixed the pyeval.js pah in assets_backend.
parent
76d32c5afa
commit
946ce66006
|
@ -8,7 +8,7 @@
|
|||
<xpath expr="script[last()]" position="after">
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/web_domain_field/static/src/js/pyeval.js"
|
||||
src="/web_domain_field/static/lib/js/pyeval.js"
|
||||
/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue