aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2011-09-06 14:55:41 +0900
committeranekos2011-09-06 14:55:54 +0900
commitd024897de928c891b41f80daa1fd9edc5ca3ab02 (patch)
tree6b051d67013c61d8aa003ab018708e19daa4b3e4
parent2d0d65e4a111a0468b4c0fcd8977fd54cdc6994b (diff)
downloadvimperator-plugins-d024897de928c891b41f80daa1fd9edc5ca3ab02.tar.bz2
Fia a typo
-rw-r--r--google-plus-commando.js2
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));
}