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