>
> Thanks for the video

Glad this was helpful.

It still bookmarks individual pages properly, just fails on the onetab page.


The javascript text changed, so you should have created a new bookmark with 
the updated javascript included in the attached leo file, its this one: 

javascript:w=window; d=w.document; 
ln=[];if(w.location.href.indexOf('one-tab')>-1){el=d.querySelectorAll('a');for 
(i in 
el){ln.push({url:el[i].href,txt:el[i].innerHTML});};};w.open('http://localhost:8130/_/add/bkmk/?&name='
 
+ escape(d.title) + '&selection=' + escape(window.getSelection()) + '&ln=' 
+ escape(JSON.stringify(ln)) + '&url=' + 
escape(w.location.href),"_blank","toolbar=no, location=no, directories=no, 
status=no, menubar=no, scrollbars=no, resizable=yes, copyhistory=no, 
width=800, height=300, status=no");void(0);

Did you update it? Does that fix it?

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to