summaryrefslogtreecommitdiffstats
path: root/js/controller
diff options
context:
space:
mode:
Diffstat (limited to 'js/controller')
-rw-r--r--js/controller/AppController.js2
-rw-r--r--js/controller/ContentController.js4
-rw-r--r--js/controller/ExploreController.js2
-rw-r--r--js/controller/NavigationController.js2
-rw-r--r--js/controller/SettingsController.js2
5 files changed, 6 insertions, 6 deletions
diff --git a/js/controller/AppController.js b/js/controller/AppController.js
index bb40b80fa..310b326e0 100644
--- a/js/controller/AppController.js
+++ b/js/controller/AppController.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/controller/ContentController.js b/js/controller/ContentController.js
index c63fc65e8..dbd8bbc75 100644
--- a/js/controller/ContentController.js
+++ b/js/controller/ContentController.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
@@ -221,6 +221,6 @@ app.controller('ContentController',
return undefined;
}
};
-
+
this.activeItem = this.getFirstItem();
}); \ No newline at end of file
diff --git a/js/controller/ExploreController.js b/js/controller/ExploreController.js
index 61ecb4385..08c1ee251 100644
--- a/js/controller/ExploreController.js
+++ b/js/controller/ExploreController.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/controller/NavigationController.js b/js/controller/NavigationController.js
index 4f7d549bf..812c2b2bd 100644
--- a/js/controller/NavigationController.js
+++ b/js/controller/NavigationController.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/controller/SettingsController.js b/js/controller/SettingsController.js
index 2bb932aa8..1507fdf55 100644
--- a/js/controller/SettingsController.js
+++ b/js/controller/SettingsController.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.