Skip to content

Commit

Permalink
debug log with notes
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Nov 4, 2024
1 parent 52a8747 commit 73fc8ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/ErrorReport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export class ErrorReport {
if (init) {
if (facet.match(/notes|attachments/)) {
cb.hidden = !this.input.items
this.config[facet] = this.config[facet] && !!this.input.items
this.config[facet] = this.config[facet] || !!this.input.items
}
if (facet === 'errors') {
cb.disabled = !this.input.errors
Expand Down
2 changes: 1 addition & 1 deletion submodules/translators
2 changes: 1 addition & 1 deletion submodules/zotero
Submodule zotero updated 160 files

0 comments on commit 73fc8ce

Please sign in to comment.