aboutsummaryrefslogtreecommitdiff
path: root/internal/admin/templates/drops.html
diff options
context:
space:
mode:
Diffstat (limited to 'internal/admin/templates/drops.html')
-rw-r--r--internal/admin/templates/drops.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/admin/templates/drops.html b/internal/admin/templates/drops.html
index c040ef2..fb67c86 100644
--- a/internal/admin/templates/drops.html
+++ b/internal/admin/templates/drops.html
@@ -10,9 +10,9 @@
</div>
</div>
<script src="/static/editor.js"></script>
+<script src="/static/cardeditor.js"></script>
+<script src="/static/dropeditor.js"></script>
<script>
-initEditor('drops', [
- {key:'drops',label:'Drops (JSON array)',type:'textarea',parser:function(v){try{return JSON.parse(v)}catch(e){return []}}}
-]);
+initDropEditor();
</script>
{{end}}