Skip to content

Commit

Permalink
Fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
darkelement1987 committed Apr 17, 2018
1 parent 4250f97 commit 1e0bd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/custom.js.example
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $(function () {
// customLink Button

if (customLinkButtonEnabled === true) {
var htmlCode = '<a href="www.bla.com" id="customLinkButton" style="float: right;"><span class="label">test</span></a>'
var htmlCode = '<a href="' + customLinkUrl + '" id="customLinkButton" style="float: right;"><span class="label">' + customLinkTitle + '</span></a>'
document.getElementsByTagName('a')[1].insertAdjacentHTML('afterend', htmlCode);
}

Expand Down

0 comments on commit 1e0bd14

Please sign in to comment.