“);
$(‘#utrudnienia div’).bxSlider({
mode: ‘vertical’,
pager: false,
controls: false,
auto: true,
touchEnabled: false,
onSlideNext: function(elem, oldIndex, newIndex) {
current_index = newIndex;
},
onSlidePrev: function(elem, oldIndex, newIndex) {
current_index = newIndex;
},
onSliderLoad: function() {
this.goToSlide(current_index);
}
});
}
renderObstacles();
$(‘#close’).click(function() {
announcements_rejected.push(announcements[current_index].id);
Cookies.set(‘announcements_rejected’, JSON.stringify(announcements_rejected))
announcements.splice(current_index, 1);
if(announcements.length > 0) {
renderObstacles();
} else {
$(“#info-komunikaty”).remove();
}
})
});
Zgłoś naruszenie/Błąd
Oryginalne źródło ZOBACZ
Dodaj kanał RSS
Musisz być zalogowanym aby zaproponować nowy kanal RSS