equal
deleted
inserted
replaced
52 var ret = val - this.iCommentsRequiredThreadPadding (); |
52 var ret = val - this.iCommentsRequiredThreadPadding (); |
53 return ret - 7; |
53 return ret - 7; |
54 }, |
54 }, |
55 |
55 |
56 setLeftColumnWidth : function (colWidth) { |
56 setLeftColumnWidth : function (colWidth) { |
57 CY.get('#contentcolumn').setStyle('marginLeft', colWidth + 'px'); |
57 CY.one('#contentcolumn').setStyle('marginLeft', colWidth + 'px'); |
58 CY.get('#leftcolumn').setStyle('width', colWidth + 'px'); |
58 CY.one('#leftcolumn').setStyle('width', colWidth + 'px'); |
59 }, |
59 }, |
60 parentInterfaceUnfreeze : function() { |
60 parentInterfaceUnfreeze : function() { |
61 if (this.isInFrame()) |
61 if (this.isInFrame()) |
62 parent.f_interfaceUnfreeze() ; |
62 parent.f_interfaceUnfreeze() ; |
63 } |
63 } |