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;
|
individualList += listItem;
|
||||||
})
|
})
|
||||||
|
|
||||||
// First wipe currently displayed class heading, individuals, and existing pagination
|
// Remove existing content
|
||||||
$('h3.selected-class').remove();
|
browseByVClass.wipeSlate();
|
||||||
browseByVClass.individualsInVClass.empty();
|
|
||||||
$('nav.pagination').remove();
|
|
||||||
|
|
||||||
// And then add the new content
|
// And then add the new content
|
||||||
browseByVClass.individualsInVClass.append(individualList);
|
browseByVClass.individualsInVClass.append(individualList);
|
||||||
|
|
Loading…
Add table
Reference in a new issue