diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-30 16:24:18 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-30 16:24:18 -0800 |
commit | cc0d53e6959f333d26003af64439b2fd8a8d665c (patch) | |
tree | 91f72a99b493bb71285660171d653cc81f9a7bf8 /view/tpl | |
parent | cce2b08e6bcb16b1c9fde13b2597ce66fc0c45d6 (diff) | |
download | volse-hubzilla-cc0d53e6959f333d26003af64439b2fd8a8d665c.tar.gz volse-hubzilla-cc0d53e6959f333d26003af64439b2fd8a8d665c.tar.bz2 volse-hubzilla-cc0d53e6959f333d26003af64439b2fd8a8d665c.zip |
made it to prepareHtml
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/cloud_directory.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index 88b6bf563..7017df344 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -52,7 +52,7 @@ <td class="d-none d-md-table-cell"></td> </tr> {{/if}} - <tr id="new-upload-progress-bar--1"></tr> {{* this is needed to append the upload files in the right order *}} + <tr id="new-upload-progress-bar-1"></tr> {{* this is needed to append the upload files in the right order *}} {{foreach $entries as $item}} <tr id="cloud-index-{{$item.attachId}}"> <td><i class="fa {{$item.iconFromType}}" title="{{$item.type}}"></i></td> |