[IMP] move js to head

bzr revid: pga@tinyerp.com-20140320132800-mnnknhayjqnhbwns
This commit is contained in:
Parth Gajjar (Open ERP) 2014-03-20 18:58:00 +05:30
parent ac8babe0e5
commit 0660bf99af
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
<openerp>
<data>
<template id="gengo_editor_head" inherit_id="website.layout" name="Editor" groups="base.group_website_publisher">
<xpath expr='//script[@src="/web/static/lib/bootstrap/js/bootstrap.js"]' position="after">
<template id="gengo_editor_head" inherit_id="website.editor_head" name="Editor Head" groups="base.group_website_publisher">
<xpath expr='//script[@src="/website/static/src/js/website.translator.js"]' position="after">
<script t-if="translatable" type="text/javascript" src="/website_gengo/static/src/js/website_gengo.js"></script>
</xpath>
</template>