[Coffee] [PATCH mt-apps v3] Added list of scripts
Tomas Prochazka
tomas.prochazka at cvut.cz
Wed Sep 5 13:47:06 CEST 2018
This scripts are are needed to create Dialog window with calendar
---
html/index.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/html/index.html b/html/index.html
index 06f8fbf..6f16ee7 100644
--- a/html/index.html
+++ b/html/index.html
@@ -3,6 +3,11 @@
<head>
<meta charset="utf-8"/>
<title>IID Coffee Terminal</title>
+
+<script src="http://localhost:5000/jquery.min.js"> </script>
+<script src="http://localhost:5000/bootstrap.min.js"> </script>
+<script src="http://localhost:5000/bootstrap-dialog.min.js"> </script> <!--name of script, which I need -->
+
<script>
function loadServerScript() {
let script = document.createElement('script');
--
2.11.0
More information about the Coffee
mailing list