Moved NzbDrone scripts to Scripts/NzbDrone.

Moved Plugin scripts to Scripts (Compatibility with Nuget).
jquery.validate.unobtrusive.min.js no longer uses CDN (Now a Nuget package).
This commit is contained in:
Mark McDowall
2011-11-10 18:56:33 -08:00
parent 3e3551f4d0
commit 86eb70bcbb
47 changed files with 5736 additions and 55 deletions
@@ -0,0 +1,8 @@
$(document).ready(function () {
var options = {
type: 'post',
resetForm: false
};
$('#form').ajaxForm(options);
$('#save_button').removeAttr('disabled');
});