forked from indymedia/epicyon
				
			Hidden rather than cwText
							parent
							
								
									44dd2fa604
								
							
						
					
					
						commit
						c53bbf21ff
					
				|  | @ -57,7 +57,7 @@ a:link { | ||||||
|     margin: 5px; |     margin: 5px; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .cwText { | .hidden { | ||||||
|     display: none; |     display: none; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1686,7 +1686,7 @@ def individualPostAsHtml(pageNumber: int,baseDir: str, \ | ||||||
|         else: |         else: | ||||||
|             contentStr+='<b>Sensitive</b> ' |             contentStr+='<b>Sensitive</b> ' | ||||||
|         contentStr+='<button class="cwButton" onclick="toggler('+"'"+postID+"'"+')">SHOW MORE</button>' |         contentStr+='<button class="cwButton" onclick="toggler('+"'"+postID+"'"+')">SHOW MORE</button>' | ||||||
|         contentStr+='<div class="cwText" id="'+postID+'">' |         contentStr+='<div class="hidden" id="'+postID+'">' | ||||||
|         contentStr+=postJsonObject['object']['content']+attachmentStr |         contentStr+=postJsonObject['object']['content']+attachmentStr | ||||||
|         contentStr=addEmbeddedElements(contentStr) |         contentStr=addEmbeddedElements(contentStr) | ||||||
|         contentStr+='</div>' |         contentStr+='</div>' | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue