mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-31 16:15:55 +00:00
9 lines
356 B
JavaScript
9 lines
356 B
JavaScript
// console.log(window.location.href)
|
|
// if(window.location.href.includes('comparison')){
|
|
// console.log('Comparison');
|
|
// document.querySelector('.comparison-nav-btn').classList.add('nav-button-active');
|
|
// }
|
|
// else if(window.location.href.includes('blog')){
|
|
// document.querySelector('.blog-nav-btn').classList.add('nav-button-active');
|
|
// }
|