adding microtime

pull/3/head
cTn 11 years ago
parent cf4151c3a2
commit a4c6455739

@ -88,4 +88,10 @@ function notify(message, color) {
$(this).remove(); $(this).remove();
}); });
}
function microtime() {
var now = new Date().getTime() / 1000;
return now;
} }
Loading…
Cancel
Save