From a1edb03e197c511e0f3324976a9207e92e4abe4b Mon Sep 17 00:00:00 2001 From: Marco Nassabain Date: Tue, 2 Mar 2021 22:53:58 +0100 Subject: =?UTF-8?q?=F0=9F=94=A5=20Remove=20changes=20from=20front-end=20fo?= =?UTF-8?q?r=20back-end=20pr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- js/app/Config.js | 6 ------ js/app/Run.js | 4 ---- 2 files changed, 10 deletions(-) (limited to 'js/app') diff --git a/js/app/Config.js b/js/app/Config.js index 8ac503b44..f7c62e7ae 100644 --- a/js/app/Config.js +++ b/js/app/Config.js @@ -191,12 +191,6 @@ app.config(function ($routeProvider, $provide, $httpProvider, $locationProvider) resolve: getItemResolve(feedType.STARRED), type: feedType.STARRED }) - .when('/items/shared', { - controller: 'ContentController as Content', - templateUrl: 'content.html', - resolve: getItemResolve(feedType.SHARED), - type: feedType.SHARED - }) .when('/items/unread', { controller: 'ContentController as Content', templateUrl: 'content.html', diff --git a/js/app/Run.js b/js/app/Run.js index 6aa79f7dd..1a1572864 100644 --- a/js/app/Run.js +++ b/js/app/Run.js @@ -45,10 +45,6 @@ app.run(function ($rootScope, $location, $http, $q, $interval, $route, Loading, url = '/items/starred'; break; - case FEED_TYPE.SHARED: - url = '/items/shared'; - break; - case FEED_TYPE.EXPLORE: url = '/explore'; break; -- cgit v1.2.3