libdo

Untitled

Sep 13th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. }
Add Comment
Please, Sign In to add comment