
5 Sep
2018
5 Sep
'18
11:47 a.m.
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