Layout viewer now uses local copy of jquery.

This commit is contained in:
Volodymyr M. Lisivka 2017-03-16 18:38:33 +02:00
parent e1841fbd36
commit da6aab60d2
2 changed files with 5 additions and 1 deletions

4
etc/layout_viewer/js/jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -80,7 +80,7 @@
</div> </div>
<!-- jQuery --> <!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="js/jquery.min.js"></script>
<!-- Bootstrap --> <!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script> <script src="js/bootstrap.min.js"></script>
<!-- Treeview --> <!-- Treeview -->