NIHVIVO-1995 Forgot to apply the new wipeSlate() function to browseByVClassPeople.js in r2512
This commit is contained in:
parent
31d14cfeca
commit
d59e10466a
1 changed files with 2 additions and 4 deletions
|
@ -74,10 +74,8 @@ browseByVClass.getIndividuals = function(vclassUri, alpha, page, scroll) {
|
|||
individualList += listItem;
|
||||
})
|
||||
|
||||
// First wipe currently displayed class heading, individuals, and existing pagination
|
||||
$('h3.selected-class').remove();
|
||||
browseByVClass.individualsInVClass.empty();
|
||||
$('nav.pagination').remove();
|
||||
// Remove existing content
|
||||
browseByVClass.wipeSlate();
|
||||
|
||||
// And then add the new content
|
||||
browseByVClass.individualsInVClass.append(individualList);
|
||||
|
|
Loading…
Add table
Reference in a new issue