mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
fix errors from merge
This commit is contained in:
parent
95c3f080c3
commit
da6c61376c
@ -140,10 +140,6 @@ class RewriteContent:
|
||||
|
||||
return (status_headers, gen, False)
|
||||
|
||||
if wb_url.is_banner_only:
|
||||
gen = self._head_insert_only_gen(head_insert_str, stream)
|
||||
return (status_headers, gen, False)
|
||||
|
||||
rewriter = rewriter_class(urlrewriter,
|
||||
js_rewriter_class=rule.rewriters['js'],
|
||||
css_rewriter_class=rule.rewriters['css'],
|
||||
|
@ -89,6 +89,8 @@ function set_state(state) {
|
||||
label.innerHTML = _wb_js.labels.REPLAY_MSG;
|
||||
}
|
||||
}
|
||||
|
||||
curr_state = state;
|
||||
}
|
||||
|
||||
window.onpopstate = function(event) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user