aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/index/global.phtml2
-rw-r--r--app/views/index/normal.phtml2
2 files changed, 4 insertions, 0 deletions
diff --git a/app/views/index/global.phtml b/app/views/index/global.phtml
index dd4749e24..717560fd2 100644
--- a/app/views/index/global.phtml
+++ b/app/views/index/global.phtml
@@ -14,6 +14,8 @@
}
?>
+<datalist id="datalist-labels"></datalist>
+
<template id="share_article_template">
<?php $this->renderHelper('index/normal/entry_share_menu'); ?>
<a class="dropdown-close" href="#close">❌</a>
diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml
index fe4af1a86..63d96e01f 100644
--- a/app/views/index/normal.phtml
+++ b/app/views/index/normal.phtml
@@ -16,6 +16,8 @@ $useKeepUnreadImportant = !FreshRSS_Context::isImportant() && !FreshRSS_Context:
$today = @strtotime('today');
?>
+<datalist id="datalist-labels"></datalist>
+
<template id="share_article_template">
<?php $this->renderHelper('index/normal/entry_share_menu'); ?>
<a class="dropdown-close" href="#close">❌</a>