NIFI-3291:

- Removing dead code.

This closes #1438
This commit is contained in:
Matt Gilman 2017-01-27 11:40:06 -05:00 committed by Scott Aslan
parent 0950186fbb
commit f8f66fa22b
1 changed files with 0 additions and 8 deletions

View File

@ -614,14 +614,6 @@
// add hover effect and click handler for opening the dialog
$('#provenance-search-button').click(function () {
$('#provenance-search-dialog').modal('show');
// adjust the field width for a potential scrollbar
var searchFieldContainer = $('#searchable-fields-container');
if (searchFieldContainer.get(0).scrollHeight > Math.round(searchFieldContainer.innerHeight())) {
$('input.searchable-field-input').width(245);
} else {
$('input.searchable-field-input').width(260);
}
});
// define a custom formatter for the more details column