Update index.html
This commit is contained in:
parent
0b4f18096e
commit
2f07e73840
1 changed files with 1 additions and 3 deletions
|
@ -24,9 +24,7 @@
|
|||
<button class="material-icons" title="Add Counter" onclick="addDie(cont, 1, 'Counter', true);">pin</button>
|
||||
<button class="material-icons" title="Add Bag" onclick="addDieBag(cont);">create_new_folder</button>
|
||||
</div>
|
||||
<div class="content dropHere" ondrop="drop(event)" ondragover="allowDrop(event)">
|
||||
<div></div>
|
||||
</div>
|
||||
<div class="content dropHere" ondrop="drop(event)" ondragover="allowDrop(event)"><div></div></div>
|
||||
<templates>
|
||||
<template id="dieUI">
|
||||
<div class="die rollable{IS_COUNTER}" id="{RAND_ID}" draggable="true" ondragstart="drag(event)">
|
||||
|
|
Loading…
Reference in a new issue