]>
iEval git - gruntmaster-page.git/blob - js/90-divine-format.js
4 function divine_format() {
5 var filename
= $('#prog').val();
6 var ext
= /\.([^.]*)$/.exec(filename
)[1];
50 $('#prog_format').val(format
);
53 $( document
).ready(function() {
54 $('#prog').on('change', divine_format
);
This page took 0.061559 seconds and 4 git commands to generate.