expo changed window title

This commit is contained in:
2020-01-09 14:44:16 +01:00
parent e32c4fab75
commit 8ea7ffeea2
3 changed files with 5 additions and 2 deletions
@@ -1963,6 +1963,7 @@
// |_|
function initExpo(){
console.log('initExpo', window.location.hash);
document.title = edlp.site_name;
if(window.location.hash == '#black'){
$('body').addClass('expo-black');
}