diff options
author | mitsugu oyama | 2011-09-15 15:04:46 +0900 |
---|---|---|
committer | mitsugu oyama | 2011-09-15 15:04:46 +0900 |
commit | 2e7a0d9ff9d982d393c352b5c6481322e17a6cc9 (patch) | |
tree | e068173ff5f99f6d8eb63f434e70baff9ae77c4a | |
parent | f158a2cf0358f1727a3944965965eee14aa6d305 (diff) | |
download | vimperator-plugins-2e7a0d9ff9d982d393c352b5c6481322e17a6cc9.tar.bz2 |
fix rebuild full path when exist path namepixiv/desynchronization
-rw-r--r-- | pixiv.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ commands.addUserCommand( if(null===value){ return false; } - fileName='/'+value; + fileName=value; tmpPath=saveDirectory.clone(); tmpPath.append(fileName); } |