Commit cad89d008ac48b6a4ea4a48669ec978c22f7a775
1 parent
b55cc09c
Exists in
master
and in
10 other branches
Uncomment oauth callback function
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
js/main.js
| ... | ... | @@ -323,9 +323,9 @@ function loginCallback(loggedIn, token) { |
| 323 | 323 | } |
| 324 | 324 | } |
| 325 | 325 | |
| 326 | -// function oauthPluginHandleLoginResult(loggedIn, token) { | |
| 327 | -// loginCallback(loggedIn, token); | |
| 328 | -// } | |
| 326 | +function oauthPluginHandleLoginResult(loggedIn, token) { | |
| 327 | + loginCallback(loggedIn, token); | |
| 328 | +} | |
| 329 | 329 | |
| 330 | 330 | function guid() { |
| 331 | 331 | function s4() { | ... | ... |