diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-06-29 11:04:35 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-06-29 11:10:51 -0400 |
commit | f311c2a2ff0155a457097346b6b7011e0db4df64 (patch) | |
tree | 43cbf78fe42fb13ce85d9446ff085b7bed003b83 /apps/files_external/js/settings.js | |
parent | 94add1c000bc40cd77362ae7a1176e2b6c8faad3 (diff) | |
download | nextcloud-server-f311c2a2ff0155a457097346b6b7011e0db4df64.tar.gz nextcloud-server-f311c2a2ff0155a457097346b6b7011e0db4df64.zip |
Hide the delete button on new mount point row
Diffstat (limited to 'apps/files_external/js/settings.js')
-rw-r--r-- | apps/files_external/js/settings.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/js/settings.js b/apps/files_external/js/settings.js index 49b7710638e..23d5c2f6301 100644 --- a/apps/files_external/js/settings.js +++ b/apps/files_external/js/settings.js @@ -103,6 +103,7 @@ $(document).ready(function() { }); $('.chz-select').chosen(); $(tr).find('td').last().attr('class', 'remove'); + $(tr).find('td').last().removeAttr('style'); $(tr).removeAttr('id'); $(this).remove(); }); |