Skip to content

Commit

Permalink
Fixed missing semicolins
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Alland committed Sep 13, 2019
1 parent 8e2aec7 commit a56aeaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified src/js/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var blackStatusBar = {
color: "white",
backgroundColor: "black",
separator: 'none'
}
};

var defaultFeeds = [{
title: "Vox",
Expand Down Expand Up @@ -53,7 +53,7 @@ function selectFeed()
/*Overwrite default feeds with what user input in Settings.*/
if (Settings.option().feeds.length > 0) {
feeds = Settings.option().feeds;
console.log()
console.log("Opened configurable");
}
else {
feeds = defaultFeeds;
Expand Down

0 comments on commit a56aeaf

Please sign in to comment.