closes #157, add database infrastructure for different CSL styles
CSL is stored in a new "csl" table. only metadata relevant to updates and selection (ID, date updated, and title) is stored in columns.
This commit is contained in:
parent
30af2c89df
commit
b4c8dbe700
5 changed files with 126 additions and 11 deletions
|
@ -80,7 +80,6 @@ Scholar_File_Interface = new function() {
|
|||
// get translators again, bc now we can check against the file
|
||||
translators = translation.getTranslators();
|
||||
if(translators.length) {
|
||||
// TODO: display a list of available translators
|
||||
translation.setTranslator(translators[0]);
|
||||
// show progress indicator
|
||||
translation.setHandler("itemDone", _importItemDone);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue