[FIX] Use relative protocol in scripts url in order to avoid mixed content warnings in IE

bzr revid: fme@openerp.com-20130129142638-81uffjq3aiopr8ta
This commit is contained in:
Fabien Meghazi 2013-01-29 15:26:38 +01:00
parent 22c857caf3
commit 337faa6829
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ html_template = """<!DOCTYPE html>
</head>
<body>
<!--[if lte IE 8]>
<script src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
<script>CFInstall.check({mode: "overlay"});</script>
<![endif]-->
</body>