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
Expand Up @@ -13,8 +13,6 @@
</head> </head>
<body> <body>
<%= yield %> <%= yield %>
<script src="/javascripts/json.js"></script> <script src="/javascripts/application.min.js" async></script>
<script src="/javascripts/dataset.js"></script>
<script src="/javascripts/application.js"></script>
</body> </body>
</html> </html>
4 changes: 1 addition & 3 deletions views/offline.manifest.erb
Expand Up @@ -8,9 +8,7 @@ CACHE MANIFEST
/images/loading.png /images/loading.png
/images/btn-clear.png /images/btn-clear.png
/images/btn-clear-x2.png /images/btn-clear-x2.png
/javascripts/json.js /javascripts/application.min.js
/javascripts/dataset.js
/javascripts/application.js


NETWORK: NETWORK:


Expand Down

0 comments on commit 0815378

Please sign in to comment.