clickEmptySelector (search and click history)

Description

Define a CSS selector to an element displaying a message about having no click history data.

The CSS selector should not return more than one element.

Default value

<p class="session-history-click-empty text-muted">Your click history is empty.</p>
clickEmptySelector: '.session-history-click-empty'

Examples

clickEmptySelector: 'p.no-click-results'