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

also update the data attribute holding the quota

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