Changeset 9700

Show
Ignore:
Timestamp:
04/18/08 19:09:35 (5 years ago)
Author:
mattn
Message:

lang/javascript/vimperator-plugins/trunk/direct_bookmark.js:

  • LDCもscriptをstrip
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/trunk/direct_bookmark.js

    r9697 r9700  
    334334                xhr.send(null); 
    335335 
    336                 var mypage_html = parseHTML(xhr.responseText, ['img']); 
     336                var mypage_html = parseHTML(xhr.responseText, ['img', 'script']); 
    337337                var tags = getElementsByXPath("id(\"tag_list\")/span",mypage_html); 
    338338