Skip to content

Commit

Permalink
fix twitter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
frxangelz committed Nov 17, 2021
1 parent 8ea568b commit fe16ff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions twitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function do_twitter_follow(){
return false;
}

var tiktok_done = false;
var twitter_done = false;

function do_twitter(){

Expand All @@ -57,9 +57,9 @@ function do_twitter(){
window.close();
}

if(tiktok_done) { return; }
if(twitter_done) { return; }

tiktok_done = true;
twitter_done = true;
console.log("config.actionType = "+config.actionType);

if (config.actionType === _ACTION_TYPE_TWITTER_LIKE) {
Expand Down

0 comments on commit fe16ff4

Please sign in to comment.