diff --git a/chrome/content/zotero/tools/csledit.js b/chrome/content/zotero/tools/csledit.js index 98915be5a0..c093584c63 100644 --- a/chrome/content/zotero/tools/csledit.js +++ b/chrome/content/zotero/tools/csledit.js @@ -176,7 +176,7 @@ var Zotero_CSL_Editor = new function() { throw e; } - var itemIds = [items[i].id for (i in items)]; + var itemIds = items.map(item => item.id); styleEngine.updateItems(itemIds); diff --git a/resource/schema/repotime.txt b/resource/schema/repotime.txt index 9265a5974d..d26462968d 100644 --- a/resource/schema/repotime.txt +++ b/resource/schema/repotime.txt @@ -1 +1 @@ -2016-04-12 04:26:00 +2016-04-27 15:10:00 diff --git a/styles b/styles index 2a33b37ec4..a154cf5d27 160000 --- a/styles +++ b/styles @@ -1 +1 @@ -Subproject commit 2a33b37ec422fa00f2a860d906120357f23574a0 +Subproject commit a154cf5d27d61b137ce41a663b53c92c936e2441 diff --git a/translators b/translators index f0aa00219a..155dfa3555 160000 --- a/translators +++ b/translators @@ -1 +1 @@ -Subproject commit f0aa00219aeb75f04654a59339aa94e1accbc956 +Subproject commit 155dfa3555e522fd991f5095c19dbe5460b74662