mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-26 18:22:50 -04:00
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:
committed by
GitHub
parent
e9199fcce9
commit
a7dfd3c34b
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user