forked from matrix/element-web
dirty hack to make FF work
This commit is contained in:
parent
50b348c68e
commit
468f8ccab8
|
@ -26,7 +26,7 @@
|
||||||
if (match) {
|
if (match) {
|
||||||
var title = match[1].charAt(0).toUpperCase() + match[1].slice(1);
|
var title = match[1].charAt(0).toUpperCase() + match[1].slice(1);
|
||||||
%>
|
%>
|
||||||
<link rel="alternate stylesheet" title="<%= title %>"
|
<link rel="<% if (match[1] !== 'status') { %>alternate<% } %> stylesheet" title="<%= title %>"
|
||||||
href="<%= file %>">
|
href="<%= file %>">
|
||||||
<% } else { %>
|
<% } else { %>
|
||||||
<link rel="stylesheet" href="<%= file %>">
|
<link rel="stylesheet" href="<%= file %>">
|
||||||
|
|
Loading…
Reference in New Issue