mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-06-19 23:30:35 +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
static/js
|
@ -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>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue