Update typo replated with jQuery

jQuery file is jquery-2.2.3.min.js not jQuery-2.2.3.min.js

Signed-off-by: Choonho Son <choonho.son@gmail.com>
This commit is contained in:
Choonho Son
2016-06-29 01:54:32 +00:00
parent 59c8ea100a
commit 84ad18c3e8
38 changed files with 38 additions and 38 deletions

View File

@@ -177,7 +177,7 @@ include "license.html"
</div><!-- ./wrapper -->
<!-- jQuery 2.2.3 -->
<script src="../plugins/jQuery/jQuery-2.2.3.min.js"></script>
<script src="../plugins/jQuery/jquery-2.2.3.min.js"></script>
<!-- Bootstrap 3.3.6 -->
<script src="../bootstrap/js/bootstrap.min.js"></script>
<!-- FastClick -->

View File

@@ -2149,7 +2149,7 @@ AdminLTE/
</div><!-- ./wrapper -->
<!-- jQuery 2.2.3 -->
<script src="../plugins/jQuery/jQuery-2.2.3.min.js"></script>
<script src="../plugins/jQuery/jquery-2.2.3.min.js"></script>
<!-- Bootstrap 3.3.6 -->
<script src="../bootstrap/js/bootstrap.min.js"></script>
<!-- FastClick -->