diff options
author | raghunayyar <me@iraghu.com> | 2013-10-03 00:39:03 +0530 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-01-30 10:07:08 +0100 |
commit | 85e67be0aa94d82ef29c2a68009b3897e4bcd63b (patch) | |
tree | 1d61b5cc72c4f75009f1dca56539feb501289d28 /apps/files/js/filelist.js | |
parent | 299a8285bd2601ccbac988b2e3e9b067d47921a2 (diff) | |
download | nextcloud-server-85e67be0aa94d82ef29c2a68009b3897e4bcd63b.tar.gz nextcloud-server-85e67be0aa94d82ef29c2a68009b3897e4bcd63b.zip |
Rename action now appears as pencil icon
Diffstat (limited to 'apps/files/js/filelist.js')
-rw-r--r-- | apps/files/js/filelist.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 63fd0f4ce05..23b31e72467 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -477,6 +477,7 @@ var FileList={ td.find('a.name span.extension').text(newname.substr(newname.lastIndexOf('.'))); } form.remove(); + FileActions.display( tr.find('td.filename'), true); td.children('a.name').show(); } catch (error) { input.attr('title', error); |