Sha256: a1832cb8fce37e941949db6ef4a30042ab3f56585ed097e9f428029c64306736
Contents?: true
Size: 252 Bytes
Versions: 1
Compression:
Stored size: 252 Bytes
Contents
// this gets called on mobile devices for the catogories menu function displayItem( itemID ) { var item = document.getElementById( itemID ); if (item === undefined) { item = 'dropdownContent' ; } ; item.classList.toggle('display-none'); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
made-slowly-0.0.1 | assets/js/displayItem.js |