From 0266b015f1722cf7f01080197cb6fb86f0f2d00f Mon Sep 17 00:00:00 2001 From: j Date: Sun, 30 Oct 2016 18:32:56 +0100 Subject: [PATCH] use new Ox.URL api --- static/js/URL.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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; }),