Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
geGDVS authored Aug 19, 2023
1 parent c370c65 commit 669360a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ md.block.ruler.disable([ 'katex' ]);
function get_time(){
var myDate = new Date();
var time = myDate.toLocaleTimeString();
return time.slice(3);
return time.slice(0, 5);
}

// Escape Markdown
Expand Down

0 comments on commit 669360a

Please sign in to comment.