client/js/defaults.js
changeset 647 eaaa1efce396
parent 637 a823999cbc42
child 649 2b9c120dba55
equal deleted inserted replaced
646:61c45e41a515 647:eaaa1efce396
    32     size_bug_fix: false,
    32     size_bug_fix: false,
    33         /* Resize the canvas after load (fixes a bug on iPad and FF Mac) */
    33         /* Resize the canvas after load (fixes a bug on iPad and FF Mac) */
    34     force_resize: false,
    34     force_resize: false,
    35     allow_double_click: true,
    35     allow_double_click: true,
    36         /* Allows Double Click to create a node on an empty background */
    36         /* Allows Double Click to create a node on an empty background */
       
    37     double_click_open_url: true,
       
    38         /* In read_only mode open node uri in new window with a double click */
       
    39     simple_click_open_url: false,
       
    40         /* In read_only mode open node uri in new window with a simple click (do not disable the double click) */
    37     zoom_on_scroll: true,
    41     zoom_on_scroll: true,
    38         /* Allows to use the scrollwheel to zoom */
    42         /* Allows to use the scrollwheel to zoom */
    39     element_delete_delay: 0,
    43     element_delete_delay: 0,
    40         /* Delay between clicking on the bin on an element and really deleting it
    44         /* Delay between clicking on the bin on an element and really deleting it
    41            Set to 0 for delete confirm */
    45            Set to 0 for delete confirm */