Changeset 18426

Show
Ignore:
Timestamp:
08/29/08 16:01:24 (4 months ago)
Author:
mattn
Message:

これでok...........のはず

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/userscripts/show-delicious-comment-if-hatena-bookmark-comment-is-disabled.user.js

    r18425 r18426  
    224224                                        var comment = bookmarks[n].getElementsByTagName('description'); 
    225225                                        if (comment.length) comment = comment[0].textContent; 
    226                                         comment = comment||''; 
     226                                        else comment = ''; 
    227227                                        var user = bookmarks[n].getElementsByTagName('dc:creator')[0].textContent; 
    228228                                        var guid = bookmarks[n].getElementsByTagName('guid')[0].textContent;