|
@@ -1022,7 +1022,7 @@ function searchbox_yes(e, c, state)
|
|
var name = self.attr('name').replace('_temp', '');
|
|
var name = self.attr('name').replace('_temp', '');
|
|
var html = '<div style="margin-top: 10px;width: 60%; overflow: auto;max-height: 500px;"><table id="'+id+'_show" class="table table-small-font table-bordered"></table></div>';
|
|
var html = '<div style="margin-top: 10px;width: 60%; overflow: auto;max-height: 500px;"><table id="'+id+'_show" class="table table-small-font table-bordered"></table></div>';
|
|
if (!$("#" + id + '_show').length) {
|
|
if (!$("#" + id + '_show').length) {
|
|
- e.parent().append(html);
|
|
|
|
|
|
+ self.parent().append(html);
|
|
}
|
|
}
|
|
if ($("#" + id + '_show').html().indexOf($(this).attr('data-name')) == -1)
|
|
if ($("#" + id + '_show').html().indexOf($(this).attr('data-name')) == -1)
|
|
{
|
|
{
|