Skip to content

Commit

Permalink
fixes #1 (first issue!)
Browse files Browse the repository at this point in the history
  • Loading branch information
qreeves committed Apr 19, 2018
1 parent 67d0f33 commit b7e58cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exist.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ var exist = {
return ' | <a href="#" onclick="return exist.seturl(\'range\', ' + len + ');" style="font-weight: ' + (range == len ? 900 : 400) + '; text-decoration: ' + (range == len ? 'underline' : 'none') + '">' + len + '</a>';
},
auth: function() {
window.location = 'https://exist.io/oauth2/authorize?response_type=code&client_id=124d5b5764184a4d81c2&redirect_uri=https%3A%2F%2Fexist.redeclipse.net%2F&scope=read+write';
window.location = 'https://exist.io/oauth2/authorize?response_type=code&redirect_uri=https%3A%2F%2Fexist.redeclipse.net%2F&scope=read+write';
},
switch: function() {
makecookie('access_token', '', 0);
Expand Down

0 comments on commit b7e58cf

Please sign in to comment.