diff --git a/static/js/URL.js b/static/js/URL.js index 6aacaee..0701d4a 100644 --- a/static/js/URL.js +++ b/static/js/URL.js @@ -105,9 +105,11 @@ oml.URL = (function() { }); return { - findKeys: [{id: 'list', type: 'string'}].concat( - oml.config.itemKeys - ), + findKeys: { + books: [{id: 'list', type: 'string'}].concat( + oml.config.itemKeys + ) + }, pages: oml.config.pages.map(function(page) { return page.id; }),