Skip to content

Commit 78436c3

Browse files
authored
Merge pull request projecthorus#74 from projecthorus/testing
Logo size change, mqtt update
2 parents 3a73604 + 7a6e4b4 commit 78436c3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ body {
152152
#loading img {
153153
position: absolute;
154154
display: block;
155-
width: 80vw;
156-
max-width: 500px;
155+
width: 60vw;
156+
max-width: 483px;
157157
left: 50%;
158158
top: 50%;
159159
-ms-transform: translate(-50%, -50%);

js/tracker.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,8 @@ function clean_refresh(text, force, history_step) {
355355
client.subscribe(topic);
356356
clientTopic = topic;
357357
} else {
358-
client.subscribe("#");
359-
clientTopic = "#";
358+
client.subscribe("sondes/#");
359+
clientTopic = "sondes/#";
360360
}
361361
} catch (err) {}
362362

@@ -2966,8 +2966,8 @@ function liveData() {
29662966
client.subscribe(topic);
29672967
clientTopic = topic;
29682968
} else {
2969-
client.subscribe("#");
2970-
clientTopic = "#";
2969+
client.subscribe("sondes/#");
2970+
clientTopic = "sondes/#";
29712971
}
29722972
clientConnected = true;
29732973
clientActive = true;

0 commit comments

Comments
 (0)