Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion splash/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def render_GET(self, request):
<li><a href="https://github.com/scrapinghub/splash">Source Code</a></li>
</ul>

<form class="navbar-form navbar-right" method="GET" action="/info">
<form class="navbar-form navbar-right" method="GET" action="/info" target="_new">
<input type="hidden" name="wait" value="0.5">
<input type="hidden" name="images" value="1">
<input type="hidden" name="expand" value="1"> <!-- for HAR viewer -->
Expand Down