|
@@ -403,6 +403,14 @@ function renderTabContent(content) {
|
|
|
checkTab();
|
|
|
}
|
|
|
|
|
|
+function renderFB(data) {
|
|
|
+ let str = '';
|
|
|
+ for(let i = 0; i < data.length; i++){
|
|
|
+
|
|
|
+ }
|
|
|
+ $('.fb__block').html(str);
|
|
|
+}
|
|
|
+
|
|
|
function checkTab() {
|
|
|
if($('#pills-intro-tab').hasClass('active')) {
|
|
|
$('.likeSee').attr('hidden', false)
|