diff options
author | tyru | 2012-04-22 16:12:45 +0900 |
---|---|---|
committer | tyru | 2012-04-22 16:13:30 +0900 |
commit | c6d2f727926988293e4ad3434fcc0598fc002f07 (patch) | |
tree | 8acc4f5328b762699a151a26a6b89676fddbadd9 | |
parent | 26272624b6fb29fb9456bcae435b84ed32f8fdcc (diff) | |
download | vimperator-plugins-c6d2f727926988293e4ad3434fcc0598fc002f07.tar.bz2 |
direct_bookmark.js - add TODO
-rw-r--r-- | direct_bookmark.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/direct_bookmark.js b/direct_bookmark.js index e7d0a00..55423d3 100644 --- a/direct_bookmark.js +++ b/direct_bookmark.js @@ -668,6 +668,7 @@ for Migemo search: require XUL/Migemo Extension let html = parseHTML(xhr.responseText);
let title = getFirstElementByXPath("//title/text()", html);
+ // FIXME: encoding (see charset and must I convert...?)
return title.nodeValue;
}
liberator.modules.commands.addUserCommand(['btags'],"Update Social Bookmark Tags",
|