MediaWiki:Gadget-hero-comparison.js: Difference between revisions

Jump to navigation Jump to search
LVL (talk | contribs)
Toggleable alt fire rows for heroes that have it, bunch of other changes.
LVL (talk | contribs)
Sig fig 3 to 4
Line 101: Line 101:
      
      
             const displayValue = (typeof newValue === 'number')
             const displayValue = (typeof newValue === 'number')
                 ? roundToSigFigs(newValue, 3)
                 ? roundToSigFigs(newValue, 4)
                 : newValue;
                 : newValue;