summaryrefslogtreecommitdiff
path: root/offline.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-27 16:56:58 +0300
committerAndrew Dolgov <[email protected]>2017-02-27 16:56:58 +0300
commitafa6da9f6cbfb3e90c9a252bba759c3a3c74fcbd (patch)
tree546bb88bd45c12722f450b6e2b2b8bbef49201e9 /offline.html
parent4d64e984b1ff62de3571fc132fbfced7ef24b311 (diff)
offline: do not refresh page needlessly
Diffstat (limited to 'offline.html')
-rw-r--r--offline.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/offline.html b/offline.html
index 4858082..8b25d21 100644
--- a/offline.html
+++ b/offline.html
@@ -41,7 +41,7 @@
<li class="active"><a href="offline.html">Local</a></li>
</ul>
- <form class="navbar-form navbar-right">
+ <form onsubmit="return false;" class="navbar-form navbar-right">
<button type="submit" onclick="offline_clear()" class="btn btn-default">Remove all</button>
</form>