SHOW:
|
|
- or go back to the newest paste.
1 | Uit edit.tpl: | |
2 | ||
3 | <dd><label><input required type="range" value="{$risk}" min="1" max="5" id="riskslider" name="risk" /><span id="risktxt">moderate</span></label></dd> | |
4 | ||
5 | Heel mijn edit.js staat in die vorige mail gelinkt. | |
6 | ||
7 | De reset uit mijn browse page: | |
8 | ||
9 | // Reset the bin | |
10 | var binReset = document.getElementById('binreset'); | |
11 | ||
12 | binReset.onclick = function() { | |
13 | window.localStorage.clear(); | |
14 | window.location.reload(); | |
15 | } |