Commit 3be92253 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Update station autocomplete list for T-S-DE-IRIS 1.60

parent 27a1eda6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/static/v57/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: url(/static/v58/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/static/v57/fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(/static/v57/fonts/MaterialIcons-Regular.woff) format('woff'),
       url(/static/v57/fonts/MaterialIcons-Regular.ttf) format('truetype');
       url(/static/v58/fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(/static/v58/fonts/MaterialIcons-Regular.woff) format('woff'),
       url(/static/v58/fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
	<meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/>
% }

	% my $av = 'v57'; # asset version
	% my $av = 'v58'; # asset version
	% if (session('theme') and session('theme') eq 'dark' or param('dark')) {
		%= stylesheet "/static/${av}/css/dark.min.css", id => 'theme'
	% }
Loading