add access thumbnails

This commit is contained in:
2020-07-30 18:20:48 +02:00
parent fc54e18ab9
commit 682e1a1fd0
22 changed files with 428 additions and 31 deletions
+1 -13
View File
@@ -1,18 +1,5 @@
(function ($) {
function currenturl() {
$link.each(function(i){
var url = $(this).attr('href');
var current = window.location.pathname;
if (url == current) {
$(this).addClass('current');
$(this).parents('.navigation__item').addClass('current');
}
});
}
function notes() {
var $link = $('#presentation a');
@@ -338,6 +325,7 @@
}
$( document ).ready(function() {
// currenturl();
notes();
slide();
burger();