瀏覽代碼

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


Loading…
取消
儲存