diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-04-24 17:45:06 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-04-24 17:45:06 +0200 |
commit | f1a1fcc9180aa32b450e906f5535b15c5f273a74 (patch) | |
tree | f72a2482a4d61b432b2173c404deea27ad89d1d1 /templates | |
parent | 2770d1684b427c9a9235c12a4b858c161da3ac0b (diff) |
Upgrade jquery from 2.1.1 to 2.1.3.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index ea9a13e..ec9e028 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -143,7 +143,7 @@ </div> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> - <script src="/static/js/jquery-2.1.1.min.js"></script> + <script src="/static/js/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="/static/js/bootstrap.min.js"></script> </body> |