Skip to content

Commit

Permalink
Trying different stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
Networc committed May 2, 2012
1 parent 361e070 commit 5225141
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keyshanc/index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ <h1>Welcome</h1>
$("#twitter-connect-placeholder").append('<button id="fetchAndDecrypt" type="button">Fetch and Decrypt Tweets</button><br />'); $("#twitter-connect-placeholder").append('<button id="fetchAndDecrypt" type="button">Fetch and Decrypt Tweets</button><br />');
$("#fetchAndDecrypt").bind("click", function () { $("#fetchAndDecrypt").bind("click", function () {
fetchTweets(document.getElementById('searchScreenName').value, document.getElementById('decryptPassword').value); fetchTweets(document.getElementById('searchScreenName').value, document.getElementById('decryptPassword').value);
location.reload();
}); });
} else { } else {
T("#twitter-connect-placeholder").connectButton(); T("#twitter-connect-placeholder").connectButton();
Expand Down

0 comments on commit 5225141

Please sign in to comment.