mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-31 07:35:55 +00:00
8 lines
355 B
JavaScript
8 lines
355 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');
|
|
// }
|