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