src/cm/media/js/site/c_text_view_comments.js
changeset 103 61fd17f9ab78
parent 59 8a2d933209aa
child 144 e7e1bc64f613
equal deleted inserted replaced
78:dda94db1149a 103:61fd17f9ab78
   273 		fn : function() {
   273 		fn : function() {
   274 			if (gLayout.isInFrame()) {
   274 			if (gLayout.isInFrame()) {
   275 				parent.f_interfaceUnfreeze() ;
   275 				parent.f_interfaceUnfreeze() ;
   276 				parent.f_removeLoadingMsg();
   276 				parent.f_removeLoadingMsg();
   277 			}
   277 			}
   278 			
       
   279 			// if there is a comment id in the url display it
   278 			// if there is a comment id in the url display it
   280 			if ("comment_key" in gGETValues) {
   279 			if ("comment_key" in gGETValues) {
   281 				var key = gGETValues["comment_key"] ;
   280 				var key = gGETValues["comment_key"] ;
   282 				var comment = gDb.getCommentByKey(key) ;
   281 				var comment = gDb.getCommentByKey(key) ;
   283 				if (comment != null) {
   282 				if (comment != null) {