src/main/webapp/static/js/common.js @@ -32,7 +32,7 @@ } else { var p = time.getMilliseconds(); if (p < 10) { p = "00" + p; p = "0" + p; } if (p < 100) { p = "0" + p;