tp = window.tp || [];
tp.push([‘setUsePianoIdUserProvider’, true]);
// Password can be reset only if user is anonymous
console.log(“Handler for .click() called.”);
tp.push([‘init’, function() {
// Password can be reset only if user is anonymous
if (!tp.user.isUserValid()) {
// If URL has reset_token parameter
var tokenMatch = location.search.match(/reset_token=([A-Za-z0-9]+)/);
if (tokenMatch) {
// Get value of the token
var token = tokenMatch[1];
// Present password reset form with the found token
tp.pianoId.show({
‘resetPasswordToken’: token,
loggedIn: function() {
// Once user logs in – refresh the page
location.reload();
}
});
}
}
}]);
.container_publateral,
#div-gpt-elcomercio_wallpaper_ec-0,
#home_marquee_ec,
#div-gpt-elcomercio_superboard_ec-0,
.mystyle,
.mystyle2,
.ads260 {
display: none !important;
}