On Thu, Jun 30, 2011 at 9:08 PM, Matěj Cepl <mc...@redhat.com> wrote:
> However, that means I can return to a mystery I have. I have this version of
> shortnerer Ubiquity command (https://gist.github.com/891100; hurl is
> obviously our internal shortener inside of VPN).
>
> The problem is that quite often the URL it tries to shorten is not the one
> of the actual tab (but something shorter), and I don't how to persuade
> Ubiquity about the proper URL of the current tab.

> baseURL = 'http://hurl.test.redhat.com/new?' + args.object.text;

You want `encodeURIComponent(args.object.text)` here.

-- 
You received this message because you are subscribed to the Google Groups 
"ubiquity-firefox" group.
To post to this group, send email to ubiquity-firefox@googlegroups.com.
To unsubscribe from this group, send email to 
ubiquity-firefox+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/ubiquity-firefox?hl=en.

Reply via email to