NIHVIVO-2963 Completed refactor of menupage.ftl to account for class intersection pages (i.e. only display internal individuals via intersection with institutional internal class). Removed unnecessary files.

This commit is contained in:
cappadona 2011-07-18 19:11:46 +00:00
parent ffad7bf702
commit e1c19ba56e
4 changed files with 3 additions and 135 deletions

View file

@ -73,9 +73,6 @@ var browseByVClass = {
// Where all the magic happens -- gonna fetch me some individuals
getIndividuals: function(vclassUri, alpha, page, scroll) {
var url = this.dataServiceUrl + encodeURIComponent(vclassUri);
if ( this.internalClassUri !== "undefined" ) {
url += '&vclassId='+ this.internalClassUri +'&page=1';
}
if ( alpha && alpha != "all") {
url += '&alpha=' + alpha;
}