Skip to content

Commit af887e0

Browse files
author
russellgoldenberg
committed
remove fresh
1 parent 0a9c93e commit af887e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/graphic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const $about = d3.select('#about');
1313
const $buttonAbout = d3.select('.btn--about');
1414

1515
const BP = 960;
16-
const FRESH = true;
16+
const FRESH = false;
1717

1818
const LAYER_GROUPS = ['med', 'med-small', 'small'];
1919
let touch = false;

0 commit comments

Comments
 (0)