소스 검색

Load jQuery for HTTP and HTTPS

master
Adrian Short 9 년 전
부모
커밋
1b81f3eea6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      views/layout.haml

+ 1
- 1
views/layout.haml 파일 보기

@@ -8,7 +8,7 @@
%link{ :rel => 'stylesheet', :type => 'text/css', :href => '/print.css', :media => 'print' }
%link{ :rel => 'stylesheet', :type => 'text/css', :href => '/grid.css' }

%script{:type => 'text/javascript', :src => 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'}
%script{:type => 'text/javascript', :src => '//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'}
%script{:type => 'text/javascript', :src => '/js/jquery.cookie.js'}

- if SETTING.google_analytics_id


불러오는 중...
취소
저장