diff --git a/audio.opus b/audio.opus deleted file mode 100644 index ad50d0b..0000000 Binary files a/audio.opus and /dev/null differ diff --git a/empty.ogg b/empty.ogg new file mode 100644 index 0000000..64bd519 Binary files /dev/null and b/empty.ogg differ diff --git a/icons.png b/icons.png deleted file mode 100644 index 924cd5b..0000000 Binary files a/icons.png and /dev/null differ diff --git a/icons.psd b/icons.psd deleted file mode 100644 index c7d424d..0000000 Binary files a/icons.psd and /dev/null differ diff --git a/index.html b/index.html index 36e2466..e73d264 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - +
@@ -25,7 +25,7 @@
diff --git a/js/mlib.js b/js/mlib.js index 7245a4a..ee5429d 100644 --- a/js/mlib.js +++ b/js/mlib.js @@ -15,7 +15,7 @@ function pageLoad() { var episodeHTML = document.getElementById('episode'); var episodeJson = episodeHTML.contentDocument.body.firstChild.innerHTML; episodeObj = jsonParse(episodeJson); - // episodeHTML.style.display="none"; + episodeHTML.style.display="none"; actTitle = episodeObj.title; actTrack = 0; actChapter = 0;