]> source.dussan.org Git - nextcloud-server.git/commitdiff
Change from showHTML to show
authorLukas Reschke <lukas@statuscode.ch>
Fri, 11 Apr 2014 18:38:27 +0000 (20:38 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Fri, 11 Apr 2014 18:38:27 +0000 (20:38 +0200)
There is no need to use `showHTML` here.

apps/files/js/files.js

index ac10191618b1adaa4e15a0778e5b0b9d319254fb..9f38263bef33438e929b63a74bfbdda0feb2b98d 100644 (file)
@@ -135,7 +135,7 @@ var Files = {
                        return;
                }
                if (initStatus === '1') { // encryption tried to init but failed
-                       OC.Notification.showHtml(t('files', 'Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files.'));
+                       OC.Notification.show(t('files', 'Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files.'));
                        return;
                }
                if (encryptedFiles === '1') {