new Date('2020-11-11T19:38:15+06:00').toISOString()
"2020-11-11T19:38:15+06:00".split("+")[0];
let dots = document.querySelectorAll(".main-reviews-content-dots-dot");
function slider(){
console.log(this);
}
for(let dot of dots){
dot.addEventListener("click", slider);
}
new Date(2019, 11, 16).toLocaleString('ru-Ru', { weekday: 'long' });
const url_str = b + "/include/get_info.php";
$.ajax({
method: "GET",
cache: false,
url: url_str,
data: { 'type': "user_q", 'id': c }
}).done(d => {
location.reload(true);
}
onClick="location = this.href;"
document.querySelector('.navGlobal_b').classList.remove('opened');