1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 01:28:39 +00:00

fix id names

This commit is contained in:
Lu Wang 2013-10-05 16:20:28 +08:00
parent 01188c8ac7
commit ee6a649582

View File

@ -24,11 +24,11 @@ var pdf2htmlEX = (function(){
var DEFAULT_CONFIG = { var DEFAULT_CONFIG = {
// id of the element to put the pages in // 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) // id of the element for sidebar (to open and close)
sidebar_id : 'sidebar_id', sidebar_id : 'sidebar',
// id of the element for outline // id of the element for outline
outline_id : 'outline_id', outline_id : 'outline',
// class for the loading indicator // class for the loading indicator
loading_indicator_cls : 'loading_indicator_cls', loading_indicator_cls : 'loading_indicator_cls',
// How many page shall we preload that are below the last visible page // How many page shall we preload that are below the last visible page