client/js/defaults.js
changeset 524 904effa4b6d7
parent 519 b94a34c139c1
child 530 9823b527c3a1
equal deleted inserted replaced
523:dc04aa440c11 524:904effa4b6d7
    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