More tests, will start merging now

This commit is contained in:
Ludwig Schubert
2017-10-17 10:49:55 -07:00
parent 5cb9b79559
commit 95d357c308
10 changed files with 248 additions and 71 deletions
+5 -1
View File
@@ -9,7 +9,11 @@
export default function(dom, data) {
const article = dom.querySelector('d-article');
// const abstract = dom.querySelector('d-abstract');
if (!article) {
console.warn('No d-article tag found!');
return;
}
let interstitial = dom.querySelector('d-interstitial');
if (!interstitial && data.password) {