Skip to content

Commit

Permalink
Add es5-shim script to layout.html and badge-accept.html.
Browse files Browse the repository at this point in the history
  • Loading branch information
toolness authored and stenington committed Nov 25, 2013
1 parent df05ecf commit 2b60081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions views/badge-accept.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ <h2>Accept this badge?</h2>
</div>
</div>
<script src="{{ getBrowserIdScriptUrl() }}"></script>
<script src="/js/es5-shim.min.js"></script>
<script src="/js/jquery.min.js"></script>
<script src="/js/jschannel.js"></script>
<script src="/js/underscore.js"></script>
Expand Down
1 change: 1 addition & 0 deletions views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link href="//www.mozilla.org/tabzilla/media/css/tabzilla.css" rel="stylesheet" />
<link rel="stylesheet" href="/css/backpack.min.css" type="text/css" media="all" />
<title dir="ltr">Mozilla Backpack</title>
<script type="text/javascript" src="/js/es5-shim.min.js"></script>
<script type="text/javascript" src="/js/modernizr.js"></script>
<script type="text/javascript" src="{{ getBrowserIdScriptUrl() }}"></script>
<script type="text/javascript" src="/js/jquery.min.js"></script>
Expand Down

0 comments on commit 2b60081

Please sign in to comment.