Skip to content
Snippets Groups Projects
Commit 9c083d35 authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

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

parent 45e964c7
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment