Hi. This function used to work OK, but now `encodeURIComponent(url)'
returns undefined. How should I be doing it? 

function citeulike_post (i) {
    check_buffer(i.buffer, content_buffer);
    let title = i.buffer.title;
    let url = i.buffer.display_URI_string;
    
i.buffer.load("http://www.citeulike.org/posturl?username=ME&bml=nopopup&url="+encodeURIComponent(url)+'&title='+encodeURIComponent(title));
}

Thanks,

Jim

-- 
J Burton
[email protected]
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to