Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
use compressed script (as async)
Browse files Browse the repository at this point in the history
  • Loading branch information
benschwarz committed Dec 15, 2010
1 parent 70c0b5d commit 0815378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions views/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
</head>
<body>
<%= yield %>
<script src="/javascripts/json.js"></script>
<script src="/javascripts/dataset.js"></script>
<script src="/javascripts/application.js"></script>
<script src="/javascripts/application.min.js" async></script>
</body>
</html>
4 changes: 1 addition & 3 deletions views/offline.manifest.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ CACHE MANIFEST
/images/loading.png
/images/btn-clear.png
/images/btn-clear-x2.png
/javascripts/json.js
/javascripts/dataset.js
/javascripts/application.js
/javascripts/application.min.js

NETWORK:

Expand Down

0 comments on commit 0815378

Please sign in to comment.