Skip to content

Commit 8e958fd

Browse files
fix infinite spinner when no/empty payload doc
1 parent b338ee6 commit 8e958fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/tracker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2396,6 +2396,7 @@ function habitat_payload_step(remove_current) {
23962396

23972397
if(habitat_payload_step_data.payloads.length === 0) {
23982398
$("#stText").text("");
2399+
$("#main .header.empty").html("<span>No vehicles :(</span>");
23992400
return;
24002401
}
24012402

0 commit comments

Comments
 (0)