]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update apps/files_external/js/statusmanager.js
authorRobin Appelman <robin@icewind.nl>
Tue, 19 Jan 2021 16:56:11 +0000 (16:56 +0000)
committerRobin Appelman <robin@icewind.nl>
Thu, 18 Feb 2021 14:55:02 +0000 (15:55 +0100)
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
Signed-off-by: Robin Appelman <robin@icewind.nl>
apps/files_external/js/statusmanager.js

index c39459918106a87de1fda194c1fd0bf09df0fb80..9d25fef0c3f329217d5b1fb2d203a5f3b6b7fc7f 100644 (file)
@@ -190,7 +190,7 @@ OCA.Files_External.StatusManager = {
                                                        }
                                                });
                                        } else {
-                                               OC.dialogs.info(t('files_external', 'There was an error with message: ') + mountData.error + '. Please contact your system administrator.', t('files_external', 'External mount error'), () => {});
+                                               OC.dialogs.info(t('files_external', 'There was an error with message: ') + mountData.error + '. Please contact your system administrator.', t('files_external', 'External mount error'), function(){});
                                        }
                                } else {
                                        OC.dialogs.confirm(t('files_external', 'There was an error with message: ') + mountData.error + '. Do you want to review mount point config in personal settings page?', t('files_external', 'External mount error'), function (e) {