New hash for JS bundle

This commit is contained in:
Lucas Cimon
2019-02-10 08:49:07 +01:00
parent c9c730f727
commit 8f1db05670
5 changed files with 12 additions and 5 deletions

View File

@@ -97,6 +97,7 @@ if(e=u.split("-"),h=d[u]?d[u]:d["bottom-left"],this.justified&&this.justified.le
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; }

View File

@@ -343,6 +343,7 @@ $(document).ready(() => {
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; }