Changes

m
no edit summary
Line 188: Line 188:  
   n = tonumber(n)
 
   n = tonumber(n)
 
   local r = not n and '??' or tostring(time and U.round(60 * n / time) or n)
 
   local r = not n and '??' or tostring(time and U.round(60 * n / time) or n)
   return time and reset and string.format('<span style="color:grey">%s</span>', r) or r
+
   return time and reset == 1 and string.format('<span style="color:grey">%s</span>', r) or r
 
end
 
end
  
cssedit, gkautomate
6,928

edits