diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-08-15 13:13:16 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-08-15 13:13:16 +0200 |
commit | 7adfc27cafa6f94962a33c158af9c45e71e012c5 (patch) | |
tree | 55e233d90134222a9e27f4107363ca496cc1983c /apps | |
parent | 6c3efaf26c397eb957081f1d7a3a05286ca8445f (diff) | |
download | nextcloud-server-7adfc27cafa6f94962a33c158af9c45e71e012c5.tar.gz nextcloud-server-7adfc27cafa6f94962a33c158af9c45e71e012c5.zip |
remove whitespaces and some leftover code from testing
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/js/files.js | 2 | ||||
-rwxr-xr-x | apps/files_encryption/lib/crypt.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/js/files.js b/apps/files/js/files.js index d6886fc17e4..f5db0207966 100644 --- a/apps/files/js/files.js +++ b/apps/files/js/files.js @@ -91,7 +91,7 @@ Files={ var encryptedFiles = $('#encryptedFiles').val(); if (encryptedFiles === '1') { - OC.Notification.show(t('files_encryption', 'Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files.', "www.schiessle.org")); + OC.Notification.show(t('files_encryption', 'Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files.')); return; } } diff --git a/apps/files_encryption/lib/crypt.php b/apps/files_encryption/lib/crypt.php index 759e14b40b2..6543a0de5f3 100755 --- a/apps/files_encryption/lib/crypt.php +++ b/apps/files_encryption/lib/crypt.php @@ -662,5 +662,5 @@ class Crypt { return rtrim($result, "\0");
}
}
-
+
}
\ No newline at end of file |