enhancePostContent/js/index.js

8 lines
128 B
JavaScript

/*global $, dotclear */
'use strict';
$(function () {
$('#part').on('change', function () {
this.form.submit();
});
});