Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Uit edit.tpl:
- <dd><label><input required type="range" value="{$risk}" min="1" max="5" id="riskslider" name="risk" /><span id="risktxt">moderate</span></label></dd>
- Heel mijn edit.js staat in die vorige mail gelinkt.
- De reset uit mijn browse page:
- // Reset the bin
- var binReset = document.getElementById('binreset');
- binReset.onclick = function() {
- window.localStorage.clear();
- window.location.reload();
- }
Add Comment
Please, Sign In to add comment