Merge branch 'MichMich/develop'

This commit is contained in:
Thomas Bachmann
2018-01-29 21:37:25 +01:00
19 changed files with 5413 additions and 303 deletions

View File

@@ -188,6 +188,7 @@ Module.register("newsfeed",{
fullArticle.style.left = "0";
fullArticle.style.border = "none";
fullArticle.src = typeof this.newsItems[this.activeItem].url === "string" ? this.newsItems[this.activeItem].url : this.newsItems[this.activeItem].url.href;
fullArticle.style.zIndex = 1;
wrapper.appendChild(fullArticle);
}