Skip to content

Commit 76288b9

Browse files
authored
Add files via upload
1 parent ca54f6b commit 76288b9

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

index.html

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15291,8 +15291,8 @@ <h3>জেমিনি API কী সেট করুন</h3>
1529115291
// ====================================================================
1529215292
// START: Load Converter Data from IndexedDB on page load
1529315293
// ====================================================================
15294-
document.addEventListener('DOMContentLoaded', async () => { try
15295-
<!-- START: UNICODE TEXTBOX WORD COUNTER SCRIPT -->
15294+
document.addEventListener('DOMContentLoaded', async () => {
15295+
// START: UNICODE TEXTBOX WORD COUNTER SCRIPT
1529615296
const textAreaLeftForCounter = document.getElementById('textAreaLeft');
1529715297
const unicodeCounterStats = document.getElementById('unicodeCounterStats');
1529815298
const unicodeWordCountEl = document.getElementById('unicodeWordCount');
@@ -22171,16 +22171,9 @@ <h3 style="font-size: 1.25rem; font-weight: bold; margin-bottom: 10px;">শর
2217122171
pasteButtonRight.addEventListener('click', () => pasteFromClipboard('textAreaRight'));
2217222172
}
2217322173

22174-
} catch (e) {
22175-
console.error('DOMContentLoaded এক্সিকিউশনের সময় একটি ত্রুটি ঘটেছে:', e);
22176-
const mainContainer = document.querySelector('.main-container');
22177-
if (mainContainer) {
22178-
const errorMessageDiv = document.createElement('div');
22179-
errorMessageDiv.className = 'text-red-600 font-bold mt-4';
22180-
errorMessageDiv.innerText = 'অ্যাপ লোড করতে সমস্যা হয়েছে।';
22181-
mainContainer.prepend(errorMessageDiv);
22182-
}
22183-
}
22174+
} // closes displayDates function
22175+
} catch(e) { console.error("Script init error:", e); } // closes try at 15404
22176+
2218422177
});
2218522178
// ====================================================================
2218622179
// END: PASTE BUTTON FOR FONT CONVERTER

0 commit comments

Comments
 (0)