also update the data attribute holding the quota

remotes/origin/stable4
Robin Appelman 13 years ago
parent b41ca8bacb
commit bd65c18f21
  1. 2
      settings/js/users.js

@ -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();

Loading…
Cancel
Save