historySelector (search and click history)

Description

Define a CSS selector to the element where the content of search and click history is displayed. That element will be shown/hidden when the history box is toggled.

The CSS selector should not return more than one element.

Default value

<div id="search-history">
  <div class="session-history-click-results">...</div>
  <div class="session-history-click-empty">...</div>
  <div class="session-history-search-results">...</div>
  <div class="session-history-search-empty">...</div>
</div>
historySelector: '#search-history'

Examples

historySelector: 'div.session-history'