Fix quota onBlur In Settings, Take from right attribute
This commit is contained in:
parent
3c5a6a356a
commit
7358d9ebb4
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ $(document).ready(function(){
|
|||
}
|
||||
});
|
||||
input.blur(function(){
|
||||
var quota=$(this).parent().data('quota');
|
||||
var quota=$(this).parent().attr('data-quota');
|
||||
$(this).replaceWith($('<span>'+quota+'</span>'));
|
||||
img.css('display','');
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue