]>
iEval git - gruntmaster-page.git/blob - js/90-divine-format.js
44 function divine_format() {
45 const filename
= q('#prog').value
;
46 const ext
= /\.([^.]*)$/.exec(filename
)[1];
49 q('#prog_format').value
= ext_table
[ext
];
52 $(() => $('#prog').on('change', divine_format
));
This page took 0.046332 seconds and 4 git commands to generate.