Move deleted.txt to translators directory
This commit is contained in:
parent
439bca9b3b
commit
167806a5bd
2 changed files with 1 additions and 0 deletions
|
@ -506,6 +506,7 @@ Zotero.Schema = new function(){
|
|||
var lastVersion = Zotero.DB.valueQuery(sql);
|
||||
|
||||
var deleted = extDir.clone();
|
||||
deleted.append('translators');
|
||||
deleted.append('deleted.txt');
|
||||
deleted = Zotero.File.getContents(deleted);
|
||||
deleted = deleted.match(/^([^\s]+)/gm);
|
||||
|
|
Loading…
Add table
Reference in a new issue