webgui map: use the local js libraries
This commit is contained in:
parent
311768e757
commit
36b40334c3
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<script src="http://code.jquery.com/jquery-1.11.0.js"
|
||||
<script src="../3rdparty/jquery/jquery-1.11.0.min.js"
|
||||
type="text/javascript"></script>
|
||||
<link rel="stylesheet"
|
||||
href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css" />
|
||||
<script src="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.js"></script>
|
||||
<script
|
||||
src="http://www.flotcharts.org/flot/jquery.flot.js"></script>
|
||||
src="../3rdparty/flot/jquery.flot.js"></script>
|
||||
<script src="../lib/props.js" type="text/javascript"></script>
|
||||
<script src="../lib/jquery.flot.prop.js"></script>
|
||||
<meta charset="UTF-8" />
|
||||
|
|
Loading…
Reference in a new issue