Skip to content

Commit

Permalink
[FIX] im_livechat: missing file
Browse files Browse the repository at this point in the history
`$.position` is defiend in `jquery-ui.js`, which is not included in the
`external_loader` asset.

opw-783901
  • Loading branch information
nim-odoo committed Dec 7, 2017
1 parent 0109c9e commit 02b9dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/im_livechat/views/im_livechat_channel_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
<script type="text/javascript" src="/web/static/lib/underscore.string/lib/underscore.string.js"></script>
<!-- jQuery -->
<script type="text/javascript" src="/web/static/lib/jquery/jquery.js"></script>
<script type="text/javascript" src="/web/static/lib/jquery.ui/jquery-ui.js"></script>
<script type="text/javascript" src="/web/static/lib/jquery/jquery.browser.js"></script>
<script type="text/javascript" src="/web/static/lib/jquery.ba-bbq/jquery.ba-bbq.js"></script>
<!-- Qweb2 lib -->
Expand Down

0 comments on commit 02b9dba

Please sign in to comment.