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">
|
<xpath expr="script[last()]" position="after">
|
||||||
<script
|
<script
|
||||||
type="text/javascript"
|
type="text/javascript"
|
||||||
src="/web_domain_field/static/src/js/pyeval.js"
|
src="/web_domain_field/static/lib/js/pyeval.js"
|
||||||
/>
|
/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue