client/js/defaults.js
changeset 174 756cfa6570d2
parent 173 009427475db2
child 175 f636e2dcfb2c
equal deleted inserted replaced
173:009427475db2 174:756cfa6570d2
    26     size_bug_fix: true,
    26     size_bug_fix: true,
    27         /* Resize the canvas after load (fixes a bug on iPad and FF Mac) */
    27         /* Resize the canvas after load (fixes a bug on iPad and FF Mac) */
    28     force_resize: false,
    28     force_resize: false,
    29     allow_double_click: true,
    29     allow_double_click: true,
    30         /* Allows Double Click to create a node on an empty background */
    30         /* Allows Double Click to create a node on an empty background */
    31     element_delete_delay: 5000,
    31     element_delete_delay: 8000,
    32         /* Delay between clicking on the bin on an element and really deleting it */
    32         /* Delay between clicking on the bin on an element and really deleting it
       
    33            Set to 0 for delete confirm */
    33     autoscale_padding: 50,
    34     autoscale_padding: 50,
    34     
    35     
    35     /* MINI-MAP OPTIONS */
    36     /* MINI-MAP OPTIONS */
    36     
    37     
    37     show_minimap: true,
    38     show_minimap: true,