We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9c93e commit af887e0Copy full SHA for af887e0
src/js/graphic.js
@@ -13,7 +13,7 @@ const $about = d3.select('#about');
13
const $buttonAbout = d3.select('.btn--about');
14
15
const BP = 960;
16
-const FRESH = true;
+const FRESH = false;
17
18
const LAYER_GROUPS = ['med', 'med-small', 'small'];
19
let touch = false;
0 commit comments