Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
svera committed Jan 28, 2024
1 parent 3d10aba commit 2673832
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion internal/webserver/embedded/js/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ function highlightToggle(slug, el, method, onDehighlight = "") {
}
return;
}
console.log(response.body)
})
.catch(function (error) {
// Catch errors
Expand Down
2 changes: 1 addition & 1 deletion internal/webserver/embedded/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>{{t .Lang "Your highlights" }}</h2>
{{$emailFrom := .EmailFrom}}

{{range $i, $doc := .Highlights}}
<div class="col-6 col-md-3 col-lg-2 pe-0 highlight-block">
<div class="col-6 col-md-3 col-lg-2 pe-0">
{{template "partials/related" dict "Lang" $lang "Document" $doc}}
<div class="mb-5 actions">
<div class="dropdown">
Expand Down

0 comments on commit 2673832

Please sign in to comment.