diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-11-20 10:02:00 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-11-20 10:48:32 +0100 |
commit | d828cc40da2138db35954c05d0fcc5afa940c6e9 (patch) | |
tree | 3e3a3962c3b68ac7a7344831253bf9e277b9ef75 /htdocs/index.html | |
parent | c9e18e6279c3f5190e6b5c26c590e1bf20a470d1 (diff) |
Use latest AGL Framework code for javascript
Using latest version helps to track the changes
and is beneficial for the community that often
copies.
Change-Id: I791c529d6cd97bcb45c00b52f7fbd1bd9e487eec
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'htdocs/index.html')
-rw-r--r-- | htdocs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 5a84ee8..0480c35 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -3,7 +3,7 @@ <head> <title>VSHL API Test</title> <link rel="stylesheet" href="binding.css"> - <script type="text/javascript" src="AFB-websock.js"></script> + <script type="text/javascript" src="AFB.js"></script> <script type="text/javascript" src="binding.js"></script> </head> @@ -92,4 +92,4 @@ </div> </div> -</body>
\ No newline at end of file +</body> |