diff options
author | mitsugu oyama | 2011-09-15 14:47:29 +0900 |
---|---|---|
committer | mitsugu oyama | 2011-09-15 14:50:55 +0900 |
commit | 542a870aae92cd3d6024180b153bcf200089a0a7 (patch) | |
tree | e634df3ae4b1b9f45bccec35f366bfd255395185 /pixiv.js | |
parent | 6c784a97a71c7f2829a259aa37dddf5e741c190e (diff) | |
download | vimperator-plugins-542a870aae92cd3d6024180b153bcf200089a0a7.tar.bz2 |
to reloadable
Diffstat (limited to 'pixiv.js')
-rw-r--r-- | pixiv.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -299,5 +299,7 @@ commands.addUserCommand( xhrImgInfo.setRequestHeader('Referer',contents.URL); xhrImgInfo.setRequestHeader('Cookie',cookie); xhrImgInfo.send(null); - } + }, + {}, + true ); |