Skip to content

Commit

Permalink
fixed invalid links to IE stylesheet and jQuery placeholder plugin. r…
Browse files Browse the repository at this point in the history
…emoved .DS_Store file from repo. thanks for the tip @HumanUSB
  • Loading branch information
mhayes committed Oct 23, 2011
1 parent 2bf16cd commit fcdb23d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -25,12 +25,12 @@
<link rel="stylesheet" href="stylesheets/mobile.css">

<!--[if lt IE 9]>
<link rel="stylesheet" href="public/css/ie.css">
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->

<!-- These files are not being included.
# <link rel="stylesheet" href="public/css/example.css">
# <link rel="stylesheet" href="stylesheets/example.css">
#
#
#
Expand Down Expand Up @@ -152,7 +152,7 @@ <h4>Other Resources</h4>
<script src="javascripts/jquery.orbit-1.3.0.js"></script>
<script src="javascripts/forms.jquery.js"></script>
<script src="javascripts/jquery.customforms.js"></script>
<script src="javascripts/jquery.placeholder.js"></script>
<script src="javascripts/jquery.placeholder.min.js"></script>
<script src="javascripts/app.js"></script>


Expand Down
Binary file removed javascripts/.DS_Store
Binary file not shown.

0 comments on commit fcdb23d

Please sign in to comment.