aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-16 21:11:46 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-16 21:11:46 +0200
commite4c4287ccd3e22f119eb88ece4d52ac31f9c87e0 (patch)
tree369ebd84d3209efd3c4c18964a49688c371dc285
parentjsaccess: try to fix js loading (diff)
downloadlaurent-tools-e4c4287ccd3e22f119eb88ece4d52ac31f9c87e0.tar.xz
laurent-tools-e4c4287ccd3e22f119eb88ece4d52ac31f9c87e0.zip
jsaccess: Cancel reloads page
-rw-r--r--jsaccess/jsa/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsaccess/jsa/index.html b/jsaccess/jsa/index.html
index 9d6f513..71ad8b1 100644
--- a/jsaccess/jsa/index.html
+++ b/jsaccess/jsa/index.html
@@ -23,7 +23,7 @@
<div id="files"></div>
<h1>3. Dowload</h1>
<input type="submit" id="download" value="Download" onclick="jsadl()"/>
- <input type="button" id="cancel" value="Cancel"/>
+ <input type="button" id="cancel" value="Cancel" onclick="window.location.reload()"/>
</form>
<div id="status"></div>
</BODY>