summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-14 10:47:00 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-14 10:47:00 +0200
commit2a115bd79f2e45348f81c554c81723578a53bb05 (patch)
treecdadb5e3fe5a7f1af8e8141d9aa0567229d8ec45 /templates
parented42d3fb7ccbd46ca8aadb8a623b3bb1e7721441 (diff)
Audio player fix, loading fixes and design update
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index c3c1f7feb..1e95667c2 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -45,7 +45,7 @@ foreach (Plugin::getScripts() as $appName => $fileName) {
ng-controller="NavigationController as Navigation"
ng-hide="App.loading.isLoading('global')">
- <news-search on-search="Navigation.search" class="ng-hide"></news-search>
+ <news-search on-search="Navigation.search"></news-search>
<news-title-unread-count
unread-count="{{ Navigation.getUnreadCount() }}">
</news-title-unread-count>