mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
also update the data attribute holding the quota
This commit is contained in:
parent
ccd9b56609
commit
9c6d3a83fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue