Merge pull request #474 from thelounge/astorije/fix-crash-theme

Prevent the app from crashing when no theme is specified
This commit is contained in:
Maxime Poulin 2016-07-08 06:09:05 +00:00 committed by GitHub
commit 28938be10d

View file

@ -15,7 +15,7 @@
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<link id="theme" rel="stylesheet" href="<%= theme %>">
<link id="theme" rel="stylesheet" href="<%= typeof(theme) !== "undefined" ? theme : "themes/example.css" %>">
<style id="user-specified-css"></style>
<link rel="shortcut icon" href="img/favicon.png" data-other="img/favicon-notification.png" data-toggled="false" id="favicon">