diff options
author | anekos | 2011-09-13 01:12:45 +0900 |
---|---|---|
committer | anekos | 2011-09-13 01:24:11 +0900 |
commit | 58ce91467bcd0087f5339e6f74d5c105fb8ee9d9 (patch) | |
tree | 7c2b6856c064d8d9f16a02fa8a8cfbb63d1699a4 /copy.js | |
parent | b6ee3e5cb9a34a99e387b0c47f8a76320c38b292 (diff) | |
download | vimperator-plugins-58ce91467bcd0087f5339e6f74d5c105fb8ee9d9.tar.bz2 |
libly.Wedata のコンストラクタでURIエンコードしたものを渡さなくてもいいようにした
Diffstat (limited to 'copy.js')
-rw-r--r-- | copy.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |