From ee6a649582299ad15c8e015ca36752a404d1d8b4 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Sat, 5 Oct 2013 16:20:28 +0800 Subject: [PATCH] fix id names --- share/pdf2htmlEX.js.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/pdf2htmlEX.js.in b/share/pdf2htmlEX.js.in index c1899ea..3c2dedf 100644 --- a/share/pdf2htmlEX.js.in +++ b/share/pdf2htmlEX.js.in @@ -24,11 +24,11 @@ var pdf2htmlEX = (function(){ var DEFAULT_CONFIG = { // id of the element to put the pages in - container_id : 'container_id', + container_id : 'page-container', // id of the element for sidebar (to open and close) - sidebar_id : 'sidebar_id', + sidebar_id : 'sidebar', // id of the element for outline - outline_id : 'outline_id', + outline_id : 'outline', // class for the loading indicator loading_indicator_cls : 'loading_indicator_cls', // How many page shall we preload that are below the last visible page