Ignore leading comma in citation dialog search. Closes #1839
This commit is contained in:
parent
1ec2615eee
commit
6bbb7ddc09
1 changed files with 1 additions and 0 deletions
|
@ -301,6 +301,7 @@ var Zotero_QuickFormat = new function () {
|
|||
|
||||
var s = new Zotero.Search();
|
||||
str = str.replace(/ (?:&|and) /g, " ", "g");
|
||||
str = str.replace(/^,/, '');
|
||||
if(charRe.test(str)) {
|
||||
Zotero.debug("QuickFormat: QuickSearch: "+str);
|
||||
// Exclude feeds
|
||||
|
|
Loading…
Add table
Reference in a new issue