I forgot one theme, thanks budziq

This commit is contained in:
steveklabnik 2017-09-22 13:56:58 -04:00
parent 793fb8f654
commit f562878131
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
<body class="light">
<!-- Set the theme before any content is loaded, prevents flash -->
<script type="text/javascript">
var theme = store.get('theme');
var theme = store.get('mdbook-theme');
if (theme === null || theme === undefined) { theme = 'light'; }
$('body').removeClass().addClass(theme);
</script>