diff options
author | anekos | 2011-07-17 02:34:34 +0900 |
---|---|---|
committer | anekos | 2011-07-17 02:34:34 +0900 |
commit | 9bf25fe535e1be08e2b62c99fc84f67322222164 (patch) | |
tree | 1376b09df498682fc96f9a0887b8662ae1890f15 | |
parent | 60c9432ac9cec1dc6f35049b9ff830052f4bb3c6 (diff) | |
download | vimperator-plugins-9bf25fe535e1be08e2b62c99fc84f67322222164.tar.bz2 |
s/gazo.com/gyazo.com/
-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 855c51b..13f0191 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -1006,7 +1006,7 @@ let g:gplus_commando_map_menu = "m" try { mime = MIME.getTypeFromURI(uri); } catch(e) { - if (url.host == 'gazo.com') { + if (url.host == 'gyazo.com') { mime = 'image/png'; } else { yield null; |