mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-03-14 20:32:51 +00:00
5 lines
115 B
JavaScript
5 lines
115 B
JavaScript
$(function () {
|
|
$("input[type=radio][name=theme]").change(function() {
|
|
this.form.submit();
|
|
});
|
|
});
|