equal
deleted
inserted
replaced
29 content.innerHTML = ''; |
29 content.innerHTML = ''; |
30 gToc['empty'] = true; |
30 gToc['empty'] = true; |
31 } |
31 } |
32 overlayHtml['bodyContent'] = content.innerHTML; |
32 overlayHtml['bodyContent'] = content.innerHTML; |
33 |
33 |
34 var width = gLayout.getTopICommentsWidth() ; |
34 var width = gLayout.getTopICommentsWidth(); |
|
35 width += gLayout.iCommentsRequiredThreadPadding (); // SID: use max available space as there is no indentation on that box |
35 |
36 |
36 var overlay = new CY.Overlay( { |
37 var overlay = new CY.Overlay( { |
37 zIndex :3, |
38 zIndex :3, |
38 shim :false, // until we really need it, no shim |
39 shim :false, // until we really need it, no shim |
39 visible :false, |
40 visible :false, |