File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -21810,10 +21810,6 @@ <h2>Download Other Formats</h2>
2181021810 </button>
2181121811
2181221812 <script>
21813- // State management
21814- let sidebarOpen = window.innerWidth > 1024;
21815- let currentFontSize = 'medium';
21816-
2181721813 // Initialize
2181821814 document.addEventListener('DOMContentLoaded', function() {
2181921815 initializeApp();
@@ -21889,7 +21885,6 @@ <h2>Download Other Formats</h2>
2188921885
2189021886 sidebar.classList.toggle('open');
2189121887 mainContent.classList.toggle('sidebar-open');
21892- sidebarOpen = sidebar.classList.contains('open');
2189321888 }
2189421889
2189521890 // Reading progress
@@ -21942,7 +21937,6 @@ <h2>Download Other Formats</h2>
2194221937 const body = document.body;
2194321938 body.classList.remove('font-small', 'font-medium', 'font-large');
2194421939 body.classList.add('font-' + size);
21945- currentFontSize = size;
2194621940
2194721941 // Update button states
2194821942 document.querySelectorAll('.font-size-btn').forEach(btn => {
You can’t perform that action at this time.
0 commit comments