aboutsummaryrefslogtreecommitdiff
path: root/src/media.js
AgeCommit message (Collapse)Author
2020-04-28refactor: clean js code with "activate" functionsn-peugnet
2020-04-28feat: select all for code inputsn-peugnet
This enable the "select all" feature for `input.select-all` element. input elements are used because these are the only one with the `select()` method. To obtain the same rendering as before the readonly attribute and the class `code` have been added to these elements. @vincent-peugnet: make sure to use this element for future select-all Closes #107
2020-01-29feat: media js bundle with checkall and closesubmenusn-peugnet