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;
wrapper.appendChild(fullArticle);
}
if (this.config.hideLoading) {
this.show();
}
} else {
if (this.config.hideLoading) {
this.hide();