From d024897de928c891b41f80daa1fd9edc5ca3ab02 Mon Sep 17 00:00:00 2001 From: anekos Date: Tue, 6 Sep 2011 14:55:41 +0900 Subject: Fia a typo --- google-plus-commando.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'google-plus-commando.js') 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)); } -- cgit v1.2.3