Update 'bauchbinde'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
3e6daae7c0
commit
5f71c2cac1
|
@ -50,7 +50,7 @@
|
|||
const value = decodeURIComponent(pair.join('='));
|
||||
|
||||
if (key === 'headline') {
|
||||
headline = value + ',';
|
||||
headline = value;
|
||||
}
|
||||
if (key === 'speaker') {
|
||||
speaker = value;
|
||||
|
@ -92,6 +92,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (speaker) {
|
||||
headline += ',';
|
||||
}
|
||||
|
||||
const headlineEl = document.createElement('span');
|
||||
headlineEl.classList.add('headline');
|
||||
|
@ -249,4 +253,3 @@
|
|||
await animate();
|
||||
});
|
||||
})();
|
||||
|
||||
|
|
Loading…
Reference in New Issue