🐛 Fixed URL section update

This commit is contained in:
Florian Sylvain
2022-03-05 20:54:28 +01:00
parent 589979e5b0
commit 7cf1f9f4df
+2 -2
View File
@@ -1,4 +1,4 @@
/*jslint browser maxlen:80 */ /*jslint browser */
/*global window */ /*global window */
const LARGE = 992; const LARGE = 992;
@@ -7,7 +7,7 @@ const mainTitle = document.querySelector('.main-title');
const navBar = document.querySelector('body > header'); const navBar = document.querySelector('body > header');
const navBarElems = document.querySelector('body > header > nav'); const navBarElems = document.querySelector('body > header > nav');
const scrollToTop = document.querySelector('#scrollToTop'); const scrollToTop = document.querySelector('#scrollToTop');
const contentElems = document.querySelectorAll('#content > div, .main-title'); const contentElems = document.querySelectorAll('#content > section, .main-title');
const backgroundHider = document.querySelector('.background-hider'); const backgroundHider = document.querySelector('.background-hider');
const projectsContentList = document.querySelectorAll('.article-content'); const projectsContentList = document.querySelectorAll('.article-content');