From 811a1691680c070c92096fa1cdc3a061d8745033 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Tue, 13 Apr 2021 00:44:18 +0200 Subject: [PATCH] Fix in facebook loader --- popup.js | 4 ++++ 1 file changed, 4 insertions(+) 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;