remove semi colon

This commit is contained in:
Khaleel Al-Adhami 2024-11-01 14:57:05 -07:00
parent ae500d7167
commit 2ab18897f3

View File

@ -68,7 +68,7 @@ document.addEventListener('click', function(event) {{
}} else {{ }} else {{
// console.error('Parent element not found.'); // console.error('Parent element not found.');
}} }}
}}); }})
""" """
) )