mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
clean : delete console.log and update jquery
This commit is contained in:
parent
df42fd3e52
commit
75df02c3ab
2 changed files with 4 additions and 5 deletions
|
@ -66,7 +66,6 @@ jQuery(document).ready(function() {
|
|||
var element = $(this);
|
||||
var url = document.location.origin + document.location.pathname;
|
||||
var link = url + "#"+element[0].id;
|
||||
console.log(link);
|
||||
return " <span class='anchor' data-clipboard-text='"+link+"'>" +
|
||||
"<i class='fa fa-link fa-lg'></i>" +
|
||||
"</span>"
|
||||
|
|
8
static/js/jquery-2.x.min.js
vendored
8
static/js/jquery-2.x.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue