6.2-beta9

This commit is contained in:
Tom Mortensen
2015-10-29 17:28:17 -07:00
parent e01cc8f4ec
commit 1c7de063ea
2 changed files with 11 additions and 4 deletions
@@ -305,7 +305,7 @@ $(function() {
$.post('/webGui/include/Notify.php',{cmd:'init'},function(x){timers.notifier = setTimeout(notifier,0);});
<?endif;?>
$('input[value="Apply"],input[name="cmdEditShare"],input[name="cmdUserEdit"]').attr('disabled','disabled');
$('form').find('select,input[type=text],input[type=number],input[type=password],input[type=checkbox],input[type=file],textarea').each(function(){$(this).change(function() {
$('form').find('select,input[type=text],input[type=number],input[type=password],input[type=checkbox],input[type=file],textarea').each(function(){$(this).on('input',function() {
var form = $(this).parentsUntil('form').parent();
form.find('input[value="Apply"],input[name="cmdEditShare"],input[name="cmdUserEdit"]').removeAttr('disabled');
form.find('input[value="Done"]').val('Reset').prop('onclick',null).click(function(){refresh(form.offset().top)});
+10 -3
View File
@@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "unRAIDServer">
<!ENTITY author "LimeTech">
<!ENTITY version "6.2-beta8">
<!ENTITY version "6.2-beta9">
<!ENTITY pluginURL "https://raw.github.com/limetech/&name;/master/&name;.plg">
<!ENTITY category "beta">
@@ -24,10 +24,17 @@
unRAID Server OS Change Log
===========================
Version 6.2-beta9
-----------------
- emhttp: array PQ support enabled only for Pro
- unraid: fix bug in case of writing when and single Data disk plus Q is invalid
- unraid: experimental 'pulse method' of sync stripe generation
- webGui: enable Apply button upon 'input' instead of 'change' per Eric
Version 6.2-beta8
-----------------
- fix bug upgrading from pre-6.2 super.dat (Q was messed up)
- using Erics kool kid git repot for build machine
- unraid: fix bug upgrading from pre-6.2 super.dat (Q was messed up)
- slack: using Erics kool kid git repot for build machine
Version 6.2-beta7
-----------------