Skip to content
Snippets Groups Projects
Commit bc1f9dc2 authored by Cygnan's avatar Cygnan Committed by Eugen Rochko
Browse files

Fix a typo in public.js (double semicolons) (#4269)


Signed-off-by: default avatarCygnan <mail@cygnan.com>
parent cdc349a2
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ function main() {
[].forEach.call(document.querySelectorAll('time.time-ago'), (content) => {
const datetime = new Date(content.getAttribute('datetime'));
content.textContent = relativeFormat.format(datetime);;
content.textContent = relativeFormat.format(datetime);
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment