Skip to content

Commit

Permalink
Switched to only using local jQuery now
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Stewart committed Apr 1, 2011
1 parent 5a04286 commit c65e320
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions views/_head.haml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
%head
%meta{:charset => "utf-8"}
%title= locals[:title].nil? ? "rstat.us": "rstat.us - #{locals[:title]}"
%script{:src => "/js/lib/jquery-1.5.2.min.js"}

-if @author
%link{:rel => "alternate", :type => "application/atom+xml",
Expand All @@ -9,12 +10,10 @@
- if development?
%script{:src => "/js/lib/jquery.equalHeights.js"}
%script{:src => "/js/lib/dev/coffee-script.js"}
%script{:src => "/js/lib/dev/jquery-1.5.2.min.js"}
%script{:type => "text/coffeescript", :src => "/js/main.coffee"}
%link{:href => "/dev/screen.css", :media => "screen", :rel => "stylesheet"}

- else
%script{:src=>"//ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"}
%script{:src => "/assets/app.js"}
<!--[if (!IE)|(gte IE 8)]><!-->
%link{:href => "/assets/screen-datauri.css", :media => "screen", :rel => "stylesheet"}
Expand Down

0 comments on commit c65e320

Please sign in to comment.