mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
swarm/api: change landing page to react to enter keypress
This commit is contained in:
parent
1a7c8a80ea
commit
43c8dfb442
1 changed files with 2 additions and 1 deletions
|
|
@ -198,9 +198,10 @@ var landingPageTemplate = template.Must(template.New("landingPage").Parse(`
|
||||||
<content-body>
|
<content-body>
|
||||||
|
|
||||||
<h1>Enter the hash or ENS of a Swarm-hosted file below:</h1>
|
<h1>Enter the hash or ENS of a Swarm-hosted file below:</h1>
|
||||||
|
<form action="javascript:goToPage();">
|
||||||
<input type="text" id="page" size="64"/>
|
<input type="text" id="page" size="64"/>
|
||||||
<input type="submit" value="submit" onclick="goToPage();" />
|
<input type="submit" value="submit" onclick="goToPage();" />
|
||||||
|
</form>
|
||||||
</content-body>
|
</content-body>
|
||||||
<footer>
|
<footer>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue