Skip to content

Commit

Permalink
Fix obvious bug in new court name selection code
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Sep 10, 2017
1 parent 8a7fdcd commit 72bdd8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chrome/content/zotero/bindings/itembox.xml
Expand Up @@ -2094,6 +2094,7 @@
}
if (!result && textbox.value) {
this.hideCourtEditor(textbox, textbox.value, true);
return;
}
textbox.mController.input = null;
this.hideCourtEditor(textbox, result);
Expand Down

0 comments on commit 72bdd8e

Please sign in to comment.