0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-10 15:37:30 +00:00
healthchecks_healthchecks/static/js/appearance.js
2021-06-18 17:07:27 +03:00

5 lines
115 B
JavaScript

$(function () {
$("input[type=radio][name=theme]").change(function() {
this.form.submit();
});
});