()
| 275 | }; |
| 276 | |
| 277 | let _syncExcludeSiteButtonState = () => { |
| 278 | _setExcludeSiteButtonState(_isCurrentOriginExcluded()); |
| 279 | }; |
| 280 | |
| 281 | let _renderOmniSearchState = state => { |
| 282 | state = state || (window.Formatter && Formatter.getSearchState && Formatter.getSearchState()) || {current: 0, total: 0}; |
no test coverage detected