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:
Simon Kornblith 2006-08-03 04:54:16 +00:00
parent 30af2c89df
commit b4c8dbe700
5 changed files with 126 additions and 11 deletions

View file

@ -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);