diff options
Diffstat (limited to 'direct_bookmark.js')
-rw-r--r-- | direct_bookmark.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/direct_bookmark.js b/direct_bookmark.js index 862f2b4..6c23c77 100644 --- a/direct_bookmark.js +++ b/direct_bookmark.js @@ -482,7 +482,7 @@ for Migemo search: require XUL/Migemo Extension xhr.send(null);
var mypage_html = parseHTML(xhr.responseText);
- var tags = getElementsByXPath("id(\"tag_list\")/span",mypage_html);
+ var tags = getElementsByXPath("id(\"tag_list\")/div/span",mypage_html);
tags.forEach(function(tag){
ldc_tags.push(tag.textContent);
|