From 79f49fa6f0b5368c197a3346dae1f57e4976e5ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 25 Jan 2018 10:02:32 +0100 Subject: Stable13 fixes (#254) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fixed required class for main content Signed-off-by: John Molakvoæ (skjnldsv) * Fixed a external underline Signed-off-by: John Molakvoæ (skjnldsv) * proper scroll area Signed-off-by: John Molakvoæ (skjnldsv) * proper scroll area 2 Signed-off-by: John Molakvoæ (skjnldsv) * Fixed transparent settings Signed-off-by: John Molakvoæ (skjnldsv) --- templates/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/index.php') diff --git a/templates/index.php b/templates/index.php index a7f8bb303..5d9f0f63b 100644 --- a/templates/index.php +++ b/templates/index.php @@ -96,7 +96,7 @@ foreach (Plugin::getScripts() as $appName => $fileName) { }" ng-hide="App.loading.isLoading('global')" ng-view - news-scroll="#app-content" + news-scroll=".app-content-detail" news-scroll-enabled-mark-read="Content.markReadEnabled()" news-scroll-auto-page="Content.autoPage()" news-scroll-mark-read="Content.scrollRead(itemIds)"> -- cgit v1.2.3