diff options
Diffstat (limited to 'apps/files_external/js/dropbox.js')
-rw-r--r-- | apps/files_external/js/dropbox.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_external/js/dropbox.js b/apps/files_external/js/dropbox.js index 08796cbbdc9..770a9a1fa69 100644 --- a/apps/files_external/js/dropbox.js +++ b/apps/files_external/js/dropbox.js @@ -21,6 +21,8 @@ $(document).ready(function() { OC.dialogs.alert(result.data.message, 'Error configuring Dropbox storage'); } }); + } else if ($(this).find('.configuration #granted').length == 0) { + $(this).find('.configuration').append('<span id="granted">Access granted</span>'); } } } |