Re: Allow navigation to relative URLs?

On 25/02/15 12:31, James Graham wrote:

> * Resolve url relative to the API base url of the entry settings object.
> 
> (that doesn't sound very easy, but it's specese for "do exactly what
> window.location.assign(url) or window.location.href=url does")
> 

Oh, it's probably even simpler than that in our case since all the
strange things that scripts can do (e.g. calling functions in other
documents) don't apply in this case, so the base url should always be
the document base url.

Received on Wednesday, 25 February 2015 13:08:30 UTC