Skip to content

Commit

Permalink
Trying to call the TV shows function again.
Browse files Browse the repository at this point in the history
  • Loading branch information
SensehacK committed Jun 30, 2018
1 parent da239ed commit d371584
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2402,7 +2402,8 @@ <h4 class="widget-title">Latest Tweets</h4>
console.log("reloading the page")
if (!window.location.hash) {
window.location = window.location + '#sensehack';
window.location.reload(false);
showTrakt();
// window.location.reload(false);
}

// location.reload(false);
Expand Down

0 comments on commit d371584

Please sign in to comment.