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

Commit bc8c7d2

Browse files
committed
Missed conflict
1 parent 717ab5e commit bc8c7d2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: src/js/app.js

-5
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,8 @@ var currentConfig = {};
2222
var littleMessages = false;
2323

2424
var getCurrentConfig = function() {
25-
<<<<<<< HEAD
2625
currentConfig.token =
2726
localStorage.foursquare_token != null && localStorage.foursquare_token.length > 0 ?
28-
=======
29-
currentConfig.token =
30-
localStorage.foursquare_token != null && localStorage.foursquare_token.length > 0 ?
31-
>>>>>>> master
3227
"[TOKEN_NOT_SHOWN]" : "";
3328
currentConfig.theme = parseInt(localStorage.spoon_theme);
3429
currentConfig.unit = localStorage.spoon_unit;

0 commit comments

Comments
 (0)