equal
deleted
inserted
replaced
47 /* show zoom buttons */ |
47 /* show zoom buttons */ |
48 save_view: true, |
48 save_view: true, |
49 /* show buttons to save view */ |
49 /* show buttons to save view */ |
50 default_view: false, |
50 default_view: false, |
51 /* Allows to load default view (zoom+offset) at start on read_only mode, instead of autoScale. the default_view will be the last */ |
51 /* Allows to load default view (zoom+offset) at start on read_only mode, instead of autoScale. the default_view will be the last */ |
52 |
52 default_index_view: -1, |
|
53 |
53 /* URL parsing */ |
54 /* URL parsing */ |
54 update_url:true, |
55 update_url:true, |
55 /* update the url each time the paper shift or on zoom in/out, with the serialized view (offset and scale) */ |
56 /* update the url each time the paper shift or on zoom in/out, with the serialized view (offset and scale) */ |
56 |
57 |
57 |
58 |