mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Added testing of SMTP settings to the settings page. Cleaned up some extraneous lines of JS and HTML.
8 lines
No EOL
192 B
JavaScript
8 lines
No EOL
192 B
JavaScript
$(document).ready(function () {
|
|
var options = {
|
|
type: 'post',
|
|
resetForm: false
|
|
};
|
|
$('#form').ajaxForm(options);
|
|
$('#save_button').removeAttr('disabled');
|
|
}); |