diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-05-17 06:48:24 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-05-17 06:48:24 +0200 |
commit | a0b79f564944479beb497a75bb45cf02fcaf38ca (patch) | |
tree | 88329e15a97146f6f25544a033d1cf71cb7e5683 /core/templates/filepicker.html | |
parent | e60d86bdd1b45e29bf09bacf48bab8d847c54a72 (diff) | |
download | nextcloud-server-a0b79f564944479beb497a75bb45cf02fcaf38ca.tar.gz nextcloud-server-a0b79f564944479beb497a75bb45cf02fcaf38ca.zip |
Dialogs: Loose up-button.
Diffstat (limited to 'core/templates/filepicker.html')
-rw-r--r-- | core/templates/filepicker.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/templates/filepicker.html b/core/templates/filepicker.html index e7aa77a732a..2b7942bd46a 100644 --- a/core/templates/filepicker.html +++ b/core/templates/filepicker.html @@ -1,5 +1,4 @@ <div id="{dialog_name}" title="{title}"> - <button class="dirup">↑</button> <span class="dirtree"></span> <ul class="filelist"> <li data-entryname="{filename}" data-type="{type}"> |