зеркало из https://github.com/nextcloud/news.git
fix keyboard shortcuts for explore
This commit is contained in:
Родитель
15d92b2787
Коммит
7c950beb36
|
@ -458,7 +458,6 @@ app.controller('ExploreController', ["sites", "$rootScope", function (sites, $ro
|
|||
'use strict';
|
||||
|
||||
this.sites = sites;
|
||||
console.log(sites);
|
||||
|
||||
this.subscribeTo = function (url) {
|
||||
$rootScope.$broadcast('addFeed', url);
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -11,7 +11,6 @@ app.controller('ExploreController', function (sites, $rootScope) {
|
|||
'use strict';
|
||||
|
||||
this.sites = sites;
|
||||
console.log(sites);
|
||||
|
||||
this.subscribeTo = function (url) {
|
||||
$rootScope.$broadcast('addFeed', url);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<li ng-class="{active: Navigation.isExploreActive()}">
|
||||
<a class="icon-link" ng-href="#/explore/" class="explore-feed">
|
||||
<li ng-class="{active: Navigation.isExploreActive()}" class="explore-feed">
|
||||
<a class="icon-link" ng-href="#/explore/">
|
||||
<?php p($l->t('Explore')) ?>
|
||||
</a>
|
||||
</li>
|
Загрузка…
Ссылка в новой задаче