[FIX] Forgot to change jQuery filename after upstream merge

bzr revid: fme@openerp.com-20130807113900-awlhqfv0g1z7v1fv
This commit is contained in:
Fabien Meghazi 2013-08-07 13:39:00 +02:00
parent 0e88711020
commit 2d8bf806c9
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<html>
<head>
<title t-raw="title"><t t-esc="res_company.name"/></title>
<script type="text/javascript" src="/web/static/lib/jquery/jquery-1.8.3.js"></script>
<script type="text/javascript" src="/web/static/lib/jquery/jquery.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/ckeditor/4.2/ckeditor.js"></script>
<script type="text/javascript">
CKEDITOR.disableAutoInline = true;