Changeset 11206

Show
Ignore:
Timestamp:
05/06/08 19:15:40 (5 years ago)
Author:
otsune
Message:

quote fragment

Files:
1 modified

Legend:

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

    r8231 r11206  
    1111        var xhr = new XMLHttpRequest(); 
    1212        var tagString,showString = "<div>"; 
    13         xhr.open("GET",endPoint + url,false); 
     13        xhr.open("GET",endPoint + url.replace(/#/,"%23") ,false); 
    1414        xhr.send(null); 
    1515        var response;