add access thumbnails
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user