This website works better with JavaScript.
Home
Explore
Help
Sign In
hardcorenarrativist
/
3d-die-roller
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix resetting and initial die quantity
universalis
Esteban Manchado Velázquez
2 years ago
parent
dd4f51804d
commit
98db4c8f29
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
dice/main.js
+ 2
- 1
dice/main.js
View File
@@ -26,7 +26,8 @@ function diceInitialize(container, w, h) {
$t.bind($t.id('clear'), ['mouseup', 'touchend', 'touchcancel'], function(ev) {
ev.stopPropagation();
set.value = '0';
set.dataset.fullDieProps = "";
set.value = '';
onSetChange();
});
Write
Preview
Loading…
Cancel
Save