Novik

Results 1 issues of Novik

when Wiselnks use as target a standard container (body). Reason of this is a simple: _response.js.coffee ``` _extract_title: -> if @_is_full_document_response() $('title', @_get_doc()).text() else @xhr.getResponseHeader('X-Wiselinks-Title') _is_full_document_response: -> @_get_doc_target_node().length is 1...