integ/renkan/js/defaults.js
changeset 68 308c6ad11eab
parent 51 504ae70e799e
equal deleted inserted replaced
67:cff3bbe9e539 68:308c6ad11eab
    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,