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