diff --git a/src/js/storage.js b/src/js/storage.js index b9ebe7ba5..0c5c3efac 100644 --- a/src/js/storage.js +++ b/src/js/storage.js @@ -212,14 +212,11 @@ } catch (e) { locations = {}; } - var entry; for ( location in locations ) { if ( locations.hasOwnProperty(location) === false ) { continue; } - entry = locations[location]; - location = 'assets/thirdparties/' + location; - availableLists[location] = entry; + availableLists['assets/thirdparties/' + location] = locations[location]; } // Now get user's selection of lists