client/js/defaults.js
changeset 547 0ce3dcdf24f7
parent 530 9823b527c3a1
child 554 32c7378d1c28
equal deleted inserted replaced
546:6fd067e988d7 547:0ce3dcdf24f7
    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     default_index_view: -1,
    52     default_index_view: -1,
    53     
    53     
    54     /* URL parsing */
    54     /* URL parsing */
    55     update_url:true,
    55     url_parameters: true,
       
    56         /* accept or not hash parameters in the url */
       
    57     update_url: true,
    56         /* update the url each time the paper shift or on zoom in/out, with the serialized view (offset and scale) */
    58         /* update the url each time the paper shift or on zoom in/out, with the serialized view (offset and scale) */
    57     
    59     
    58 
    60 
    59     /* TOP BAR BUTTONS */
    61     /* TOP BAR BUTTONS */
    60     show_search_field: true,
    62     show_search_field: true,