Remove unnecessary code

This commit is contained in:
Matthew Grove
2019-03-06 13:15:35 +00:00
parent 1cc8d5ce0c
commit 29ac7009e3
2 changed files with 0 additions and 2 deletions

View File

@@ -7,7 +7,6 @@
document.getElementById('articles-1').style.zIndex = "2";
document.getElementById('articles-2').style.zIndex = "1";
document.getElementById('articles-2').contentWindow.location.reload(true);
document.getElementsByClassName('twitter-timeline')[0].contentWindow.location.reload(true);
setTimeout(function() {
document.getElementById('articles-2').style.zIndex = "2";
document.getElementById('articles-1').style.zIndex = "1";

View File

@@ -13,7 +13,6 @@ layout: none
document.getElementById('articles-1').style.zIndex = "2";
document.getElementById('articles-2').style.zIndex = "1";
document.getElementById('articles-2').contentWindow.location.reload(true);
document.getElementsByClassName('twitter-timeline')[0].contentWindow.location.reload(true);
setTimeout(function() {
document.getElementById('articles-2').style.zIndex = "2";
document.getElementById('articles-1').style.zIndex = "1";