Skip to content

Commit

Permalink
updated modenizr and made better use of it. Also removed twitter cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Karchner committed Jan 9, 2013
1 parent a5bde9f commit 711a089
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
15 changes: 3 additions & 12 deletions static/modernizr-1.1.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 3 additions & 10 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<script src="{% versioned "/static/modernizr-1.1.min.js" %}"></script>
<script src="{% versioned "/static/jquery.browser.min.js" %}"></script>
<script src="{% versioned "/static/jquery/js/jquery-ui-1.8rc3.custom.min.js" %}"></script>
<script src="http://platform.twitter.com/anywhere.js?id=LIsw7kDP7ygrNa9ATwaEA&v=1" type="text/javascript"></script>

<link rel="stylesheet" href="{% versioned "/static/jquery/css/smoothness/jquery-ui-1.8rc3.custom.css" %}"/>

Expand All @@ -36,23 +35,17 @@
}, 7000);


$(".datepicker").datepicker();
if (!Modernizr.inputtypes.date) {
$('input[type=date]').datepicker();
}





})


</script>
<script type="text/javascript">

twttr.anywhere(function (T) {
T.hovercards({ expanded: true });
});

</script>

{% block headextra %}

Expand Down

0 comments on commit 711a089

Please sign in to comment.