Skip to content

Commit

Permalink
Fix script tag #9
Browse files Browse the repository at this point in the history
  • Loading branch information
kysnm committed Apr 17, 2012
1 parent f920efb commit b1f5aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
})();

</script>
<script>
<script type="text/javascript">
$(window).ready(function() {
var pusher = new Pusher('<%= pusher_api_key %>');
var channel = pusher.subscribe('tweets');
Expand Down

0 comments on commit b1f5aaa

Please sign in to comment.