');
},
error: function (jqXHR, textStatus, errorThrown) {
$('#custom-loader-messages .errors', parentComponent).append(errorThrown);
},
success: function (data, textStatus, jqXHR) {
if (data.status == 'success') {
if (clearMessages) {
messageTarget.empty();
}
if (data.messages.length > 0) {
messageTarget.append(data.messages);
} else {
if (clearMessages) {
messageTarget.append('
No posts to display.
');
}
}
if (data.EOR == 'true') {
$('#custom-loader-button').addClass('disabled');
} else {
$('#custom-loader-button').removeClass('disabled');
}
} else {
$('#custom-loader-messages .errors', parentComponent).append(data.message);
}
},
complete: function(jqXHR, textStatus) {
$('.spinner', spinnerTarget).remove();
}
});
};
$('#community-activity-sorted-by').change(function() {
var messageTarget = $('#custom-loader .message-list');
messageTarget.attr('data-attrib-message-list-type', $(this).val());
$(messageTarget).attr('data-attrib-current-page', '0');
getMessages($('#custom-loader'), true);
});
$('#custom-loader-button').click( function(evt) {
evt.preventDefault();
if ($(this).hasClass('disabled')) {
return;
}
var currentPage = null;
var messageTarget = $('#custom-loader .message-list');
try {
currentPage = parseInt($(messageTarget).attr('data-attrib-current-page'), 10);
} catch (e) {
currentPage = 0;
}
$(messageTarget).attr('data-attrib-current-page', (currentPage + 1));
getMessages($('#custom-loader-button'), false);
});
});
})(LITHIUM.jQuery);
LITHIUM.UserListActual({"acceptedSolutionsColumnSelector":".UserList .lia-list-row .acceptedSolutionsCountColumn","kudosColumnSelector":".UserList .lia-list-row .kudosCountColumn"});
;(function($) {
$(document).ready(function () {
$('body').click(function() {
$('.user-profile-card').hide();
});
$('body').on('click', 'a.lia-link-navigation.lia-page-link.lia-user-name-link,.UserAvatar.lia-link-navigation', function(evt) {
if ($(this).parents('.lia-component-users-widget-menu').length > 0 || $(this).parents('.lia-component-common-widget-user-navigation-modern').length > 0) {
return;
}
evt.preventDefault();
evt.stopPropagation();
$('.user-profile-card').hide();
if ($('.user-profile-card', this).length > 0) {
$('.user-profile-card', this).show();
return;
}
var divContainer = $('
');
$(this).append(divContainer);
$(divContainer).fadeIn();
var userId = $(this).attr('href').replace(/.*\/user-id\//gi,'');
var windowWidth = $(window).width();
var left = $(this).offset().left;
var cardWidth = divContainer.outerWidth();
if ((left + cardWidth) > (windowWidth - 25)) {
var adjustment = (left + cardWidth) - (windowWidth + 25) + 50;
divContainer.css('left', (-1 * adjustment) + 'px');
}
$.ajax({
url: '/plugins/custom/facebook/fboculus/theme-lib.profile-card?tid=-3038646805203697250',
type: 'post',
dataType: 'html',
data: {"userId": userId},
beforeSend: function() {},
success: function(data) {
$('.info-container', divContainer).append(data);
},
error: function() {
$('.info-container', divContainer).append('
');
},
complete: function() {
$('.spinner', divContainer).remove();
}
});
});
$('body').on('click', '.user-profile-card', function(evt) {
if (!$(evt.target).hasClass('profile-link')) {
evt.preventDefault();
}
evt.stopPropagation();
});
});
})(LITHIUM.jQuery);
LITHIUM.PartialRenderProxy({"limuirsComponentRenderedEvent":"LITHIUM:limuirsComponentRendered","relayEvent":"LITHIUM:partialRenderProxyRelay","listenerEvent":"LITHIUM:partialRenderProxy"});
LITHIUM.AjaxSupport({"ajaxOptionsParam":{"event":"LITHIUM:partialRenderProxyRelay","parameters":{"javascript.ignore_combine_and_minify":"true"}},"tokenId":"ajax","elementSelector":document,"action":"partialRenderProxyRelay","feedbackSelector":false,"url":"https://communityforums.atmeta.com/t5/community/page.liabase.basebody.partialrenderproxy:partialrenderproxyrelay","ajaxErrorEventName":"LITHIUM:ajaxError","token":"5BZi-3k2fJHssY0zgU9oCUL2kJYUbesFgwZzFRCIUCo."});
LITHIUM.Auth.API_URL = "/t5/util/authcheckpage";
LITHIUM.Auth.LOGIN_URL_TMPL = "/plugins/common/feature/oauth2sso_v2/sso_login_redirect?referer=https%3A%2F%2FREPLACE_TEXT";
LITHIUM.Auth.KEEP_ALIVE_URL = "/t5/status/blankpage?keepalive";
LITHIUM.Auth.KEEP_ALIVE_TIME = 300000;
LITHIUM.Auth.CHECK_SESSION_TOKEN = 'oK1gMyW0fQrLMVWlzppyTRXtsRVzXNkggDjTBotdP3Q.';
LITHIUM.AjaxSupport.useTickets = false;
LITHIUM.Loader.runJsAttached();
});
// -->