Skip to content

Commit

Permalink
feat: merged branches, preparation for fixing JS history logic
Browse files Browse the repository at this point in the history
  • Loading branch information
konneki committed Sep 22, 2020
1 parent 9b78e30 commit 5e62c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import '../scss/main.scss';
import {registerSW} from './pwa.js';
registerSW();

const add = document.querySelector('.flex__add--js');
const subtract = document.querySelector('.flex__subtract--js');
const add = document.querySelector('.grid__add--js');
const subtract = document.querySelector('.grid__subtract--js');
const infoButton = document.querySelector('.navigation__information-content');
const navInfoButton = document.querySelector('.navigation__info-button');
const menuButton = document.querySelector('.navigation__content');
Expand Down

0 comments on commit 5e62c60

Please sign in to comment.