just comment

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2024-12-22 23:18:32 +07:00
parent 8c7d16500a
commit bc0bab1867

View File

@ -22,7 +22,7 @@ Module for creating "hot lines"
import("/js/modules/hotline.mjs").then((hotline) => { import("/js/modules/hotline.mjs").then((hotline) => {
// Imported the hotline.mjs module // Imported the hotline.mjs module
// Initializing an instance of hotline manually // Initializing an instance of the hotline.mjs
const instance = new hotline.default( const instance = new hotline.default(
'articles', 'articles',
document.getElementById('wrap_articles') document.getElementById('wrap_articles')