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 8fb14e8..1d3688b 100644 --- a/direct_bookmark.js +++ b/direct_bookmark.js @@ -471,7 +471,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);
|