Skip to content

Commit

Permalink
Merge pull request #348 from joshgk00/issues/issue-346
Browse files Browse the repository at this point in the history
Fixes #346
  • Loading branch information
Will Strohl authored Feb 23, 2021
2 parents afdac96 + 39ebbb4 commit eeaf482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ $(function () {
});

$("#hcCopyToClipboard").click(function (e) {
e.preventDefault();
return false;
});

var clipboard = new ClipboardJS("#hcCopyToClipboard");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</div>
<div class="form-group">
<div class="col-xs-offset-4 col-xs-6 text-left">
<button class="btn btn-primary" data-bind="click: generate"><em class="glyphicon glyphicon-link"></em>@Localization.GetString("btnGenerate")</button>
<button class="btn btn-primary" data-bind="click: generate, clickBubble: false"><em class="glyphicon glyphicon-link"></em>@Localization.GetString("btnGenerate")</button>
</div>
</div>
</div>
Expand Down

0 comments on commit eeaf482

Please sign in to comment.