diff options
| author | Thomas Park <thomas@thomaspark.me> | 2013-03-01 21:41:36 -0500 |
|---|---|---|
| committer | Thomas Park <thomas@thomaspark.me> | 2013-03-01 21:41:36 -0500 |
| commit | 4684ad0883c4ddb6c7a7870202fda196114079ff (patch) | |
| tree | 87a751bb00e579d5e7d14ba35a804335ccff3817 | |
| parent | 2ec4bd6a98cc9e4fcf22d3d8da57c14e4af1db58 (diff) | |
updated jquery to 1.9.1
| -rwxr-xr-x | journal/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/journal/index.html b/journal/index.html index 2cd537d8..45943287 100755 --- a/journal/index.html +++ b/journal/index.html @@ -889,7 +889,7 @@ <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script> + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="../js/bootstrap.min.js"></script> <script src="../js/bootswatch.js"></script> |
