mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-11 13:32:42 +01:00
2c93a27962
Added testing of SMTP settings to the settings page. Cleaned up some extraneous lines of JS and HTML.
8 lines
192 B
JavaScript
8 lines
192 B
JavaScript
$(document).ready(function () {
|
|
var options = {
|
|
type: 'post',
|
|
resetForm: false
|
|
};
|
|
$('#form').ajaxForm(options);
|
|
$('#save_button').removeAttr('disabled');
|
|
}); |