src/cm/media/js/site/c_text_view_comments.js
changeset 217 613b2f29be54
parent 186 04644502cb79
child 276 0e0884a093bc
equal deleted inserted replaced
207:4b5aaa0c8545 217:613b2f29be54
     5 gIComments = null;
     5 gIComments = null;
     6 gSync = null;
     6 gSync = null;
     7 gGETValues = null;
     7 gGETValues = null;
     8 
     8 
     9 gConf = {'iCommentLeftPadding':4, 
     9 gConf = {'iCommentLeftPadding':4, 
       
    10 		'iCommentThreadPadding':12,
    10         'defaultCommentFormat':'markdown',
    11         'defaultCommentFormat':'markdown',
    11         'sliderFixedMin':.9,
    12         'sliderFixedMin':.9,
    12         'sliderFixedMax':.1,
    13         'sliderFixedMax':.1,
    13         'iCommentsInitAlloc':2,
    14         'iCommentsInitAlloc':2,
    14         'defaultPrefs':{'text':{'style':'text-modern-style'}, 'user' : {'name' : '','email' : ''},'general': {'animduration' : '0.4'},'comments': {'threadpad' : '1'},'layout': {'comments_col_width' : '25'  /* out of 100 */}}
    15         'defaultPrefs':{'text':{'style':'text-modern-style'}, 'user' : {'name' : '','email' : ''},'general': {'animduration' : '0.4'},'comments': {'threadpad' : '1'},'layout': {'comments_col_width' : '25'  /* out of 100 */}}