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