/*gallery slider
=======================================*/
$(window).on("load resize", function() {
var width = $(document).width();
if (width > 656) {
$('#js-gallery-content').slick('unslick');
} else {
$('#js-gallery-content').not('.slick-initialized').slick({
});
}
});
Uncaught TypeError: Cannot read property 'unslick' of undefined
at a.fn.init.i.fn.slick (slick.min.js:1)
at main.js? [sm]:116
at dispatch (jquery.min.js:3)
at q.handle (jquery.min.js:3)
serii@serii-desktop:~$ bind -P | grep reverse-search-history
non-incremental-reverse-search-history can be found on "\ep".
non-incremental-reverse-search-history-again is not bound to any keys
reverse-search-history can be found on "\C-r".
Compiling YCM with semantic support for C-family languages:
cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer
Compiling YCM without semantic support for C-family languages:
cd ~/.vim/bundle/YouCompleteMe
./install.py
Несмотря на ошибку галерея работает как я ожидал.
Это решение я на этом же форуме нашел.
toster