Przeglądaj źródła

Load jQuery for HTTP and HTTPS

master
Adrian Short 9 lat temu
rodzic
commit
1b81f3eea6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      views/layout.haml

+ 1
- 1
views/layout.haml Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz