Fix in facebook loader
This commit is contained in:
parent
412317d186
commit
811a169168
1 changed files with 4 additions and 0 deletions
4
popup.js
4
popup.js
|
|
@ -54,6 +54,8 @@ $=jQuery;
|
|||
|
||||
content_popup=$(popup_container).prepend('<div class="content_popup"><div class="lds-facebook"><div></div><div></div><div></div></div></div>');
|
||||
|
||||
$('.lds-facebook').show();
|
||||
|
||||
$(popup).appendTo('.content_popup');
|
||||
|
||||
if(width==undefined)
|
||||
|
|
@ -190,6 +192,8 @@ $=jQuery;
|
|||
|
||||
}
|
||||
|
||||
$('.lds-facebook').hide();
|
||||
|
||||
|
||||
return false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue