diff --git a/popup.js b/popup.js index cec84e0..27f7cc8 100644 --- a/popup.js +++ b/popup.js @@ -54,6 +54,8 @@ $=jQuery; content_popup=$(popup_container).prepend('
'); + $('.lds-facebook').show(); + $(popup).appendTo('.content_popup'); if(width==undefined) @@ -190,6 +192,8 @@ $=jQuery; } + $('.lds-facebook').hide(); + return false;