Skip to content

Commit

Permalink
Update to JS 1.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
maryrosecook authored and mloughran committed May 6, 2012
1 parent 1193bf6 commit 06c807e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -7,7 +7,7 @@
<% if @use_local_js %>
<script src="http://localhost:5555/pusher.js"></script>
<% else %>
<script src="<%= PUSHER_JS_DOMAIN %>/1.10.1/pusher.min.js"></script>
<script src="<%= PUSHER_JS_DOMAIN %>/1.11.0/pusher.min.js"></script>
<% end %>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
Expand Down

0 comments on commit 06c807e

Please sign in to comment.