Skip to content

Commit

Permalink
Take advantage of jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Jan 23, 2009
1 parent 88c3b71 commit 4effece
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 47 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/blog.html.erb
Expand Up @@ -10,7 +10,7 @@
<%= stylesheet_link_tag 'print', :media => 'print' %>
<link rel="shortcut icon" href="/favicon.ico"/>
<meta name="ICBM" content="35.708298,-78.695515"/>
<%= javascript_include_tag 'localize_dates' %>
<%= javascript_include_tag 'jquery-1.2.6.min.js', 'localize_dates' %>
</head>

<body>
Expand Down

0 comments on commit 4effece

Please sign in to comment.