src/js/defaults.js
changeset 857 fa614dc66b0b
parent 852 eefb64f74a3f
child 869 faae5df935de
equal deleted inserted replaced
855:1be5beb4b196 857:fa614dc66b0b
    91         api_method : "PUT"
    91         api_method : "PUT"
    92     },
    92     },
    93     "SparklineWidget" : {
    93     "SparklineWidget" : {
    94        lineColor : "#7492b4",
    94        lineColor : "#7492b4",
    95        fillColor : "#aeaeb8",
    95        fillColor : "#aeaeb8",
    96        lineWidth : 2
    96        lineWidth : 2,
       
    97        cinecast_version : false
    97     },
    98     },
    98     "AnnotationsListWidget" : {
    99     "AnnotationsListWidget" : {
    99         ajax_mode : true, /* use ajax to get information about the annotations.
   100         ajax_mode : true, /* use ajax to get information about the annotations.
   100          if set to false, only search in the annotations for the
   101          if set to false, only search in the annotations for the
   101          current project. */
   102          current project. */