Don't append browserSupport when saving if it doesn't exist, since it's unnecessary and screws things up
This commit is contained in:
parent
3611a4ea30
commit
491c44c74c
1 changed files with 0 additions and 4 deletions
|
@ -354,10 +354,6 @@ Zotero.Translators = new function() {
|
|||
throw ("metadata.lastUpdated not provided in Zotero.Translators.save()");
|
||||
}
|
||||
|
||||
if (!metadata.browserSupport) {
|
||||
metadata.browserSupport = "g";
|
||||
}
|
||||
|
||||
if (!code) {
|
||||
throw ("code not provided in Zotero.Translators.save()");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue