import { calendarReducer } from "./calendarReducer/calendarReducer";
import calendarReducer from "./calendarReducer/calendarReducer";
window.devToolsExtension ? window.devToolsExtension : f => f
const enhancers = window.devToolsExtension ? window.devToolsExtension() : f => f;
$('.slider').slick({
infinite: false,
});
.fancybox-infobar{
display: none;
}
.pipe(gulp.dest("css"));
.pipe(server.reload({stream: true}));
.pipe(gulp.dest("css")).pipe(server.reload({stream: true}));
let result = array1.filter((item) => {
return !array2.find((test) => {return test.id === item.id});
});
console.log(result);
$test = json_decode($json_string);
//Выведет 142342685
echo $test->response->items[0];
window.onbeforeunload = function (evt) {
var message = "Document 'foo' is not saved. You will lost the changes if you leave the page.";
if (typeof evt == "undefined") {
evt = window.event;
}
if (evt) {
evt.returnValue = message;
}
return message;
}
var owl = $('.owl-carousel');
owl.owlCarousel();
// Go to the next item
$('.customNextBtn').click(function() {
owl.trigger('next.owl.carousel');
})
.visible {
visibility: visible !important;
}
var scroll = window.pageYOffset, array = [];
wow.boxes.forEach(function (box) {
let pos = $(box).position(), height = $(box).height();
if (pos.top + height < scroll) {
$(box).addClass("visible");
} else {
array.push(box);
}
});
wow.boxes = array;
.main-nav:hover .sub-menu {
visibility: visible;
opacity: 1;
}
.menu-item:hover .sub-menu {
visibility: visible;
opacity: 1;
}