From 1e37bc139bb28e6fe9b0dd0d477e2dbef5a2cab9 Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Sun, 14 Oct 2012 21:15:16 +0200 Subject: Whitespace cleanup --- js/settings.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js/settings.js') diff --git a/js/settings.js b/js/settings.js index ae6e7257e..4d5956cbd 100644 --- a/js/settings.js +++ b/js/settings.js @@ -35,13 +35,13 @@ News.Settings={ if (News.Settings.importkind == News.Settings.IMPORTCLOUD) { path = News.Settings.importpath; } else if (this.importkind == this.IMPORTLOCAL) { - + } $.post(OC.filePath('news', 'ajax', 'importopml.php'), { path: path }, function(jsondata){ if (jsondata.status == 'success') { - var message = jsondata.data.countsuccess + t('news', ' out of ') + jsondata.data.count + - t('news', ' feeds imported successfully from ') + jsondata.data.title; + var message = jsondata.data.countsuccess + t('news', ' out of ') + jsondata.data.count + + t('news', ' feeds imported successfully from ') + jsondata.data.title; OC.dialogs.alert(message, t('news', 'Success')); } else { OC.dialogs.alert(jsondata.data.message, t('news', 'Error')); -- cgit v1.2.3