Sha256: 57168126cfc11223b1c34404df61cc36a4a7825d1ab3fb83da3eb4ac331fc15b
Contents?: true
Size: 475 Bytes
Versions: 9
Compression:
Stored size: 475 Bytes
Contents
function historicalDataDisplay() { if (document.getElementById('historical-data').checked) { document.getElementById('historical-data-display-checked').style.display = 'block'; document.getElementById('historical-data-display-unchecked').style.display = 'none'; } else { document.getElementById('historical-data-display-unchecked').style.display = 'block'; document.getElementById('historical-data-display-checked').style.display = 'none'; } }
Version data entries
9 entries across 9 versions & 1 rubygems