1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Fixed link hooks

This commit is contained in:
Dan Brown
2015-07-30 23:43:18 +01:00
parent b506beac64
commit 2aca1794de
2 changed files with 10 additions and 2 deletions

View File

@@ -74,7 +74,7 @@
headers.each(function() {
var text = $(this).text().trim();
var link = '/link/' + pageId + '#' + encodeURIComponent(text);
var linkHook = $('<a class="link-hook"><i class="fa fa-link"></i></a>')
var linkHook = $('<a class="link-hook"><i class="zmdi zmdi-link"></i></a>')
.attr({"data-content": link, href: link, target: '_blank'});
linkHook.click(function(e) {
e.preventDefault();