client/general: replace handlebars with underscore

This commit is contained in:
rr-
2016-05-09 20:07:54 +02:00
parent c34b1e3ccf
commit 6405fbe9f2
24 changed files with 242 additions and 231 deletions

View File

@ -10,6 +10,7 @@ class FileDropperControl {
render(ctx) {
const target = ctx.target;
const source = this.template({
allowMultiple: ctx.allowMultiple,
id: 'file-' + Math.random().toString(36).substring(7),
});