From 58ce91467bcd0087f5339e6f74d5c105fb8ee9d9 Mon Sep 17 00:00:00 2001 From: anekos Date: Tue, 13 Sep 2011 01:12:45 +0900 Subject: libly.Wedata のコンストラクタでURIエンコードしたものを渡さなくてもいいようにした --- copy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'copy.js') diff --git a/copy.js b/copy.js index 9b33a92..035054c 100644 --- a/copy.js +++ b/copy.js @@ -390,7 +390,7 @@ if (liberator.globalVariables.copy_use_wedata){ copy_templates.forEach(function(item) excludeLabelsMap[item.label] = item.value); if (liberator.globalVariables.copy_wedata_exclude_labels) liberator.globalVariables.copy_wedata_exclude_labels.forEach(function(item) excludeLabelsMap[item] = 1); - var wedata = new libly.Wedata("vimp%20copy"); + var wedata = new libly.Wedata("vimp copy"); wedata.getItems(24 * 60 * 60 * 1000, wedataRegister); } loadWedata(); -- cgit v1.2.3