Skip to content

Commit

Permalink
jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
tc committed Oct 25, 2010
1 parent d2ab489 commit d3713c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/layout.haml
Expand Up @@ -3,7 +3,7 @@
%head
%title= SiteConfig.title
%link{:href => '/stylesheets/main.css', :rel => 'stylesheet', :type => 'text/css'}
%script{:type => "text/javascript" :src => "http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"}
%script{:type => "text/javascript", :src => "http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"}
%body
#container
#header
Expand Down

0 comments on commit d3713c8

Please sign in to comment.