This commit is contained in:
Matthew Grove
2019-03-06 13:12:08 +00:00
parent fdf9222fe2
commit 1cc8d5ce0c
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ 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.getElementsByClass('twitter-timeline')[0].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";