diff options
-rw-r--r-- | google-plus-commando.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js index ae446ba..3f70c2c 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -1311,7 +1311,7 @@ let g:gplus_commando_map_menu = "m" if (xhr.readyState == 4) { let ok = xhr.status == 200; msg += ok ? 'Posted' : 'Post failed (' + xhr.statusText + ')'; - if (!ok && retry) { + if (!ok && aRetry) { msg += ' ... Retry'; setupGooglePlus(postGooglePlus.bind(null, aPostData, false)); } |