[FIX] Fixed the pyeval.js pah in assets_backend.

pull/1527/head
Sudhir Arya 2020-02-20 18:02:50 +05:30
parent 76d32c5afa
commit 946ce66006
1 changed files with 1 additions and 1 deletions

View File

@ -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>