From 2e7a0d9ff9d982d393c352b5c6481322e17a6cc9 Mon Sep 17 00:00:00 2001 From: mitsugu oyama Date: Thu, 15 Sep 2011 15:04:46 +0900 Subject: fix rebuild full path when exist path name --- pixiv.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixiv.js b/pixiv.js index a8a39a3..320412d 100644 --- a/pixiv.js +++ b/pixiv.js @@ -136,7 +136,7 @@ commands.addUserCommand( if(null===value){ return false; } - fileName='/'+value; + fileName=value; tmpPath=saveDirectory.clone(); tmpPath.append(fileName); } -- cgit v1.2.3