mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
removed trailing spaces
This commit is contained in:
parent
81aca500b3
commit
0f27d646bb
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user