Skip to content

Commit

Permalink
Reinitiating the variables to 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
SensehacK committed Jun 30, 2018
1 parent d371584 commit 140b270
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2402,6 +2402,10 @@ <h4 class="widget-title">Latest Tweets</h4>
console.log("reloading the page")
if (!window.location.hash) {
window.location = window.location + '#sensehack';
//Reinitiating the variables to 1.
outputTVStrNo = 1;
showTitleStrNo = 1;
showEpTitleStrNo = 1;
showTrakt();
// window.location.reload(false);
}
Expand Down

0 comments on commit 140b270

Please sign in to comment.