src/cm/media/js/site/c_text_view_comments.js
changeset 59 8a2d933209aa
parent 8 1a495fcc40f9
child 103 61fd17f9ab78
equal deleted inserted replaced
58:a480a91d63ca 59:8a2d933209aa
   208 	// no timeout -> seems in blocking mode
   208 	// no timeout -> seems in blocking mode
   209 	q1.add( {
   209 	q1.add( {
   210 		fn : function() {
   210 		fn : function() {
   211 
   211 
   212 			if (gLayout.isInComentSite()) {
   212 			if (gLayout.isInComentSite()) {
   213 				top.v_toInitialSize();
   213 				parent.toInitialSize();
   214 			}
   214 			}
   215 			if (sv_withComments) {
   215 			if (sv_withComments) {
   216 				instanciateICommentForm();
   216 				instanciateICommentForm();
   217 			}
   217 			}
   218 		},
   218 		},