Skip to content
Snippets Groups Projects
Commit 9c6d3a83 authored by Robin Appelman's avatar Robin Appelman
Browse files

also update the data attribute holding the quota

parent ccd9b566
Branches
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ $(document).ready(function(){
{username:uid,quota:$(this).val()},
function(result){
img.parent().children('span').text(result.data.quota)
alert(result.data.quota);
$(this).parent().attr('data-quota',result.data.quota);
}
);
input.blur();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment