Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
Merge branch 'feature/russian-chars'
Browse files Browse the repository at this point in the history
  • Loading branch information
thunsaker committed Jul 19, 2016
2 parents 611a6b8 + bc8c7d2 commit 22ea97b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,8 @@ var currentConfig = {};
var littleMessages = false;

var getCurrentConfig = function() {
<<<<<<< HEAD
currentConfig.token =
localStorage.foursquare_token != null && localStorage.foursquare_token.length > 0 ?
=======
currentConfig.token =
localStorage.foursquare_token != null && localStorage.foursquare_token.length > 0 ?
>>>>>>> master
"[TOKEN_NOT_SHOWN]" : "";
currentConfig.theme = parseInt(localStorage.spoon_theme);
currentConfig.unit = localStorage.spoon_unit;
Expand Down

0 comments on commit 22ea97b

Please sign in to comment.