enhancePostContent/js/index.js

8 lines
128 B
JavaScript
Raw Normal View History

2021-10-21 20:22:02 +00:00
/*global $, dotclear */
'use strict';
$(function () {
$('#part').on('change', function () {
this.form.submit();
});
});