You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.
With this fix i'm at least able to set the title using the header.
But shouldn't the header be optional? If i don't set the header in the current version it gets set to an empty string. If i use Novik's patch it gets set to 'null'. I would expect that if i don't set the header the title should just stay.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when Wiselnks use as target a standard container (body).
Reason of this is a simple:
_response.js.coffee
_get_doc always return document with a body element. As result, we have _is_full_document_response => true.
Is this a really correct behavior?
The text was updated successfully, but these errors were encountered: