Update date of copyright notices
[src/app-framework-binder.git] / test / monitoring / monitor.js
index 5b9dc0e..ec4821c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 "IoT.bzh"
+ * Copyright (C) 2017, 2018 "IoT.bzh"
  * Author: José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -131,7 +131,7 @@ function init() {
        at("param-host").value = document.location.hostname;
        at("param-port").value = document.location.port;
        var args = new URLSearchParams(document.location.search.substring(1));
-       at("param-token").value = args.get("x-afb-token") || args.get("token") || "hello";
+       at("param-token").value = args.get("x-afb-token") || args.get("token") || "HELLO";
 
        document.onbeforeunload = on_disconnect;