Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

LiveJournal: time updater

Sets a timer for every 10 seconds to update the time when you are adding a journal entry.






1 point
login to vote
Henrik N admin
Posted Sep 10, 2005

I (not the script author, BTW) modified my local copy of the script. I added a line (after the getMinutes() line) to get e.g. "05" for minutes instead of e.g. "5":

if (min < 10) min = "0"+min;

You could comment on this script if you were logged in.