1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-01 19:45:24 +02:00

JS refactoring

This commit is contained in:
Harvey Kandola 2017-03-07 21:06:24 +00:00
parent bff5635698
commit 8833cd57c3
2 changed files with 0 additions and 7 deletions

View file

@ -6,7 +6,6 @@
Drag-drop files or click to select files
</div>
{{/if}}
<ul class="list">
{{#each files key="id" as |a index|}}
<li class="item">
@ -22,7 +21,6 @@
</li>
{{/each}}
</ul>
{{#if emptyState}}
<div class="explainer">
<div class="empty-state">

View file

@ -15,9 +15,4 @@ export default {
Private: 2,
Protected: 3
},
DisplayLayout: {
DisplayLayoutDoc: "doc",
DisplayLayoutWiki: "wiki"
}
};