summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 7564564..329be97 100644
--- a/index.html
+++ b/index.html
@@ -59,7 +59,7 @@
<template id="tpl___popup">
<div class="popup__overlay">
- <div class="popup"></div>
+ <div data-template-slot="content" class="popup"></div>
</div>
</template>
@@ -132,7 +132,7 @@
<div></div>
</template>
<template id="tpl___technique">
- <div class="techniques__technique">
+ <div data-game-element-type="menuBattleTechniquesTechnique" class="techniques__technique">
<div>
<div data-template-slot="name"></div>
</div>