We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f048bca commit 651ea08Copy full SHA for 651ea08
src/js/map_stops.js
@@ -246,6 +246,9 @@ function display_stop_times(stop_routes) {
246
}
247
row.appendChild(td);
248
col_counter += 1;
249
+ if(col_counter == 4) {
250
+ td.classList.add('d-none', 'd-md-table-cell');
251
+ }
252
253
for(let i = route.times.length; i < 4; i++) {
254
const td = document.createElement('td');
0 commit comments