Skip to content

Commit

Permalink
Release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
berbaquero committed Mar 21, 2015
1 parent aadd854 commit 5c9ffee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ var CurrentSelection = (function () {
}

name = loadedSelection ? loadedSelection.name : "frontPage";
type = loadedSelection ? loadedSelection.type : type.sub;
type = loadedSelection ? loadedSelection.type : Types.SUB;
};

var setSubreddit = function setSubreddit(sub) {
Expand Down
Loading

0 comments on commit 5c9ffee

Please sign in to comment.