diff options
author | anekos | 2011-09-06 14:55:41 +0900 |
---|---|---|
committer | anekos | 2011-09-06 14:55:54 +0900 |
commit | d024897de928c891b41f80daa1fd9edc5ca3ab02 (patch) | |
tree | 6b051d67013c61d8aa003ab018708e19daa4b3e4 /google-plus-commando.js | |
parent | 2d0d65e4a111a0468b4c0fcd8977fd54cdc6994b (diff) | |
download | vimperator-plugins-d024897de928c891b41f80daa1fd9edc5ca3ab02.tar.bz2 |
Fia a typo
Diffstat (limited to 'google-plus-commando.js')
-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)); } |