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
|
@ -118,9 +118,8 @@ require_once(SITE_LOCATION . '/php/notificationconditiontree.php');
|
|||
<option value="">All</option>
|
||||
</select>
|
||||
</label>
|
||||
|
||||
<div id="filterWordCount"></div>
|
||||
</div>
|
||||
<div id="filterWordCount"></div>
|
||||
|
||||
<div id="theDictionary"></div>
|
||||
</div>
|
||||
|
|
|
@ -102,9 +102,9 @@ catch (PDOException $ex) {}
|
|||
<option value="">All</option>
|
||||
</select>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div id="filterWordCount"></div>
|
||||
</div>
|
||||
|
||||
<div id="theDictionary"></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue