diff --git a/public/js/index.js b/public/js/index.js index d5678f568..dbedd66c5 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -1242,6 +1242,8 @@ if (DROPBOX_APP_KEY) { .attr('src', 'https://www.dropbox.com/static/api/2/dropins.js') .attr('id', 'dropboxjs') .attr('data-app-key', DROPBOX_APP_KEY) + .prop('async', true) + .prop('defer', true) .appendTo('body'); } else { ui.toolbar.import.dropbox.hide(); @@ -1252,18 +1254,24 @@ if (DROPBOX_APP_KEY) { if (GOOGLE_API_KEY && GOOGLE_CLIENT_ID) { $('