]> source.dussan.org Git - nextcloud-server.git/commitdiff
also update the data attribute holding the quota
authorRobin Appelman <icewind1991@gmail.com>
Sun, 11 Dec 2011 22:32:57 +0000 (23:32 +0100)
committerRobin Appelman <icewind1991@gmail.com>
Sun, 11 Dec 2011 22:34:20 +0000 (23:34 +0100)
settings/js/users.js

index 18e7a9df1042c71c607759cf47ee5518474798a1..4fea52e4a1f38de0f552f774c9138b3d1ccb640c 100644 (file)
@@ -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();