X-Git-Url: http://git.ieval.ro/?p=plack-app-gruntmaster.git;a=blobdiff_plain;f=js%2F90-divine-format.js;h=ab5a5f29fae79797592f7aae43fcef65d9e96e95;hp=e44bf908b4a3395a36fd6e5e734803c54aca0da2;hb=8345760abf4953980a85e0d5f9cade421f73d4ff;hpb=f57a9178d3c6982315f7c5b5b01be79abafeffa6 diff --git a/js/90-divine-format.js b/js/90-divine-format.js index e44bf90..ab5a5f2 100644 --- a/js/90-divine-format.js +++ b/js/90-divine-format.js @@ -37,6 +37,4 @@ function divine_format() { $('#prog_format')[0].value = ext_table[ext]; } -$(function() { - $('#prog').on('change', divine_format); -}); +$(() => $('#prog').on('change', divine_format));