mirror of
				https://github.com/Alamantus/Lexiconga.git
				synced 2025-10-31 08:26:46 +01:00 
			
		
		
		
	Moved word count outside of the search area so it shows even if user hides the search.
This commit is contained in:
		
							parent
							
								
									9ec5ca325f
								
							
						
					
					
						commit
						1c1e9383eb
					
				
					 2 changed files with 3 additions and 4 deletions
				
			
		|  | @ -118,9 +118,8 @@ require_once(SITE_LOCATION . '/php/notificationconditiontree.php'); | ||||||
|                 <option value="">All</option> |                 <option value="">All</option> | ||||||
|             </select> |             </select> | ||||||
|             </label> |             </label> | ||||||
|              |  | ||||||
|             <div id="filterWordCount"></div> |  | ||||||
|         </div> |         </div> | ||||||
|  |         <div id="filterWordCount"></div> | ||||||
|              |              | ||||||
|         <div id="theDictionary"></div> |         <div id="theDictionary"></div> | ||||||
|     </div> |     </div> | ||||||
|  |  | ||||||
|  | @ -102,10 +102,10 @@ catch (PDOException $ex) {} | ||||||
|                 <option value="">All</option> |                 <option value="">All</option> | ||||||
|             </select> |             </select> | ||||||
|             </label> |             </label> | ||||||
|              |  | ||||||
|             <div id="filterWordCount"></div> |  | ||||||
|         </div> |         </div> | ||||||
|          |          | ||||||
|  |         <div id="filterWordCount"></div> | ||||||
|  |              | ||||||
|         <div id="theDictionary"></div> |         <div id="theDictionary"></div> | ||||||
|     </div> |     </div> | ||||||
|      |      | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue