~openerp-dev/openerp-web/7.0-bug-1092846-nwi

« back to all changes in this revision

Viewing changes to addons/web/controllers/main.py

  • Committer: Fabien Meghazi
  • Date: 2013-01-29 14:26:38 UTC
  • Revision ID: fme@openerp.com-20130129142638-81uffjq3aiopr8ta
[FIX] Use relative protocol in scripts url in order to avoid mixed content warnings in IE

Show diffs side-by-side

added added

removed removed

Lines of Context:
522
522
    </head>
523
523
    <body>
524
524
        <!--[if lte IE 8]>
525
 
        <script src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
 
525
        <script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
526
526
        <script>CFInstall.check({mode: "overlay"});</script>
527
527
        <![endif]-->
528
528
    </body>