Fix setting custom quota size for users, bug fix for oc-1128

This commit is contained in:
Michael Gapczynski 2012-06-28 21:26:39 -04:00
parent 91a15bae76
commit 8890a41280
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,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);