diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-06-08 17:04:06 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-06-08 17:04:54 +0100 |
commit | e2c5fbe7b975481de526ff3a845fc5d1958918fa (patch) | |
tree | 8ed3c9b795651088897190a91e5ce66599bade20 /cao-mobile.html | |
parent | f895c5871225352ff092888e033d8c52c743637c (diff) |
added the jquery files
jquery.js is a symlink to the version in use
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'cao-mobile.html')
-rw-r--r-- | cao-mobile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cao-mobile.html b/cao-mobile.html index 85d7228..e5dd318 100644 --- a/cao-mobile.html +++ b/cao-mobile.html @@ -6,7 +6,7 @@ <title>CAO</title> <link rel="stylesheet" href="cao-common.css"> <link rel="stylesheet" href="cao-mobile.css"> - <script src="bower_components/jquery/dist/jquery.js"></script> + <script src="jquery.js"></script> <script src="cao-common.js"></script> <script src="cao-mobile.js"></script> </head> |