removed trailing spaces

This commit is contained in:
BeatIdo 2017-03-10 17:03:14 +01:00 committed by GitHub
parent 81aca500b3
commit 0f27d646bb

View File

@ -180,11 +180,11 @@ Module.register("newsfeed",{
fullArticle.src = this.newsItems[this.activeItem].url; fullArticle.src = this.newsItems[this.activeItem].url;
wrapper.appendChild(fullArticle); wrapper.appendChild(fullArticle);
} }
if (this.config.hideLoading) { if (this.config.hideLoading) {
this.show(); this.show();
} }
} else { } else {
if (this.config.hideLoading) { if (this.config.hideLoading) {
this.hide(); this.hide();