From 23cdfa102c47e25710a50ce46757b4111b407654 Mon Sep 17 00:00:00 2001 From: "konstantin.grabar" Date: Mon, 2 Apr 2012 15:01:16 +0400 Subject: [PATCH] [refs #130] Add ssl to jQuery and html5 scripts --- app/views/layouts/application.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index f077543d8..d25f31e4b 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -2,10 +2,10 @@ %html %head %meta{:content => "text/html; charset=utf-8", "http-equiv" => "Content-Type"} - = stylesheet_link_tag 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/themes/base/jquery-ui.css', :media => 'screen, projection' + = stylesheet_link_tag 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/themes/base/jquery-ui.css', :media => 'screen, projection' = stylesheet_link_tag "application" /[if lt IE 9] - = javascript_include_tag 'http://html5shiv.googlecode.com/svn/trunk/html5.js' + = javascript_include_tag 'https://html5shiv.googlecode.com/svn/trunk/html5.js' = javascript_include_tag "application" = csrf_meta_tag = display_meta_tags :site => APP_CONFIG['project_name'], :reverse => true, :separator => '-'