Fix setting custom quota size for users, bug fix for oc-1128
This commit is contained in:
parent
45e964c7aa
commit
9c083d3519
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ $(document).ready(function(){
|
|||
})
|
||||
|
||||
$('input.quota-other').live('change',function(){
|
||||
var uid=$(this).parent().parent().data('uid');
|
||||
var uid=$(this).parent().parent().parent().data('uid');
|
||||
var quota=$(this).val();
|
||||
var select=$(this).prev();
|
||||
var other=$(this);
|
||||
|
|
Loading…
Reference in a new issue