Fix loading spin regression when no article (#8588)

Fix https://github.com/FreshRSS/FreshRSS/issues/8586
Regression from https://github.com/FreshRSS/FreshRSS/pull/8577
This commit is contained in:
Alexandre Alapetite
2026-03-12 13:27:12 +01:00
committed by GitHub
parent e9199fcce9
commit a7dfd3c34b
2 changed files with 4 additions and 4 deletions

View File

@@ -166,6 +166,10 @@
<div id="first_load" class="loading"></div>
<?php flush(); ?>
<template id="dynamic_favicon_base">
<?= file_get_contents(PUBLIC_PATH . '/themes/icons/favicon.svg') ?>
</template>
<template id="tag_config_template">
<ul class="dropdown-menu">
<li class="item">

View File

@@ -14,10 +14,6 @@ $useKeepUnreadImportant = !FreshRSS_Context::isImportant() && !FreshRSS_Context:
$today = @strtotime('today');
?>
<template id="dynamic_favicon_base">
<?= file_get_contents(PUBLIC_PATH . '/themes/icons/favicon.svg') ?>
</template>
<datalist id="datalist-labels"></datalist>
<template id="share_article_template">