created client folder and moved files there
|
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 600 B After Width: | Height: | Size: 600 B |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
@@ -3,18 +3,12 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Lab UI</title>
|
||||
<!--
|
||||
Link to included files. These are typically done by fetching from the web.
|
||||
Because this needs to run without an internet conection, the files were saved
|
||||
locally
|
||||
-->
|
||||
<script type="text/javascript" src="include/js/eventemitter2.min.js"></script>
|
||||
|
||||
|
||||
<!-- Bootstrap is a beatuful and usefull library of GUIs. Docs can be found here: http://getbootstrap.com/
|
||||
Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp
|
||||
-->
|
||||
<link rel="stylesheet" href="include/css/bootstrap.min.css">
|
||||
|
||||
|
||||
<script type="text/javascript" src="include/js/eventemitter2.min.js"></script>
|
||||
|
||||
<script src="include/js/jquery.min.js"></script>
|
||||
<script src="include/js/bootstrap.min.js"></script>
|
||||
<script src="include/js/math.min.js"></script>
|
||||
@@ -29,7 +23,6 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
|
||||
<script>
|
||||
$(function(){
|
||||
$("#coordinatorContent").load("coordinator/coordinator.html");
|
||||