Krishna Hari
68 posts
Registered:
05 Dec 2019
19 Jun 2024
Link to this post
We are on version 6.1.133.150 .
Also this is the code that seems being injected every page in sitefinity , is there a way to make it not be automatically added
(function () {
var getIdentity = function () {
$.ajax('/PortalConnectorMvc/Services/Identity/Get', {
async: false,
cache: false,
dataType: 'json',
method: 'GET',
}).done($.proxy(function(data) {
tpc.identity = data;
}, this));
return tpc.identity;
}
getIdentity();
})(window.tpc = window.tpc || {});