don't automatically adjust pref, since it shouldn't be necessary unless the user has made manual modifications

This commit is contained in:
Simon Kornblith 2010-10-02 20:09:32 +00:00
parent 5bd30580c5
commit fc1df31d10

View file

@ -797,8 +797,6 @@ var Zotero = new function(){
Zotero.Prefs.set('lastDataDir', file.path);
Zotero.Prefs.set('useDataDir', true);
// Enable connector by default, even if it was disabled
Zotero.Prefs.set('connector.enabled', true);
break;
}
else {