Skip to content

Commit

Permalink
renaming javascripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Sep 14, 2009
1 parent 4d02b91 commit 18c7557
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cloud-crowd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ public/images/sidebar_top.png
public/images/worker_info.png
public/images/worker_info_loading.gif
public/js/admin_console.js
public/js/excanvas.pack.js
public/js/jquery.flot.pack.js
public/js/jquery-1.3.2.min.js
public/js/excanvas.js
public/js/flot.js
public/js/jquery.js
README
test/acceptance/test_app.rb
test/acceptance/test_failing_work_units.rb
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions views/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<title>Operations Center | CloudCrowd</title>
<link href="/css/reset.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/css/admin_console.css" media="screen" rel="stylesheet" type="text/css" />
<script src="/js/jquery-1.3.2.min.js" type="text/javascript"></script>
<!--[if IE]><script src="/js/excanvas.pack.js" type="text/javascript"></script><![endif]-->
<script src="/js/jquery.flot.pack.js" type="text/javascript"></script>
<script src="/js/jquery.js" type="text/javascript"></script>
<!--[if IE]><script src="/js/excanvas.js" type="text/javascript"></script><![endif]-->
<script src="/js/flot.js" type="text/javascript"></script>
<script src="/js/admin_console.js" type="text/javascript"></script>
</head>

Expand Down

0 comments on commit 18c7557

Please sign in to comment.