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

pull/2356/head
Sudhir Arya 2020-02-20 18:02:50 +05:30 committed by arulbalamurugan
parent 6aa6d499e1
commit 8c0351a4c9
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>