Handling optional "date" field in past readings list

This commit is contained in:
Lucas Cimon
2019-02-08 11:13:48 +01:00
parent 5712d577b0
commit c9c730f727
3 changed files with 4 additions and 3 deletions

View File

@@ -86,6 +86,7 @@
updateArticlesVisibility();
};
// This is a bit redundant with /tag/$tag.html pages, but is slightly more powerful as it allow to combine multiple filters
let queryParams = parseQuery(window.location.search);
for (let [qpName, qpValue] of Object.entries(queryParams)) {
if (!qpValue) { continue; }