()
| 263 | }; |
| 264 | |
| 265 | let _isCurrentOriginExcluded = () => { |
| 266 | return _getExcludedOriginList(formatOptions.JSON_FORMAT_EXCLUDED_ORIGINS).some(_matchesCurrentOriginPattern); |
| 267 | }; |
| 268 | |
| 269 | let _setExcludeSiteButtonState = excluded => { |
| 270 | $('#fhJsonExcludeSite') |
no test coverage detected