Commit 976c93ab0ef7eee7602ec96fb49b14458a46ba02
1 parent
54b17af7
Exists in
master
and in
39 other branches
Adding comment to jquery import
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/templates/base.html
... | ... | @@ -22,6 +22,7 @@ |
22 | 22 | <link rel="stylesheet" href="{{ STATIC_URL }}css/screen.css" |
23 | 23 | type="text/css" media="screen" /> |
24 | 24 | |
25 | + <!-- JQuery 2+ won't work for IE < 9 --> | |
25 | 26 | <script type="text/javascript" src="{{ STATIC_URL }}third-party/jquery-2.0.3.min.js"></script> |
26 | 27 | <script type="text/javascript" src="{{ STATIC_URL }}third-party/jquery.debouncedresize.js"></script> |
27 | 28 | <script type="text/javascript" src="{{ STATIC_URL }}third-party/jquery.cookie.js"></script> | ... | ... |