clean : delete console.log and update jquery

This commit is contained in:
Cornic Mathieu 2016-04-15 10:03:17 +02:00
parent df42fd3e52
commit 75df02c3ab
2 changed files with 4 additions and 5 deletions

View file

@ -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>"

File diff suppressed because one or more lines are too long