8 lines
No EOL
128 B
JavaScript
8 lines
No EOL
128 B
JavaScript
/*global $, dotclear */
|
|
'use strict';
|
|
|
|
$(function () {
|
|
$('#part').on('change', function () {
|
|
this.form.submit();
|
|
});
|
|
}); |