Project

General

Profile

« Previous | Next » 

Revision 48566

fix parsing for new communities | change layout in all pages | change form background and position in home page| fix tabs line | use funder field in refine not funderid | In search pages put browse and results in the same height | change main page tab content from ul .uk-switcher to simple divs

View differences:

fetchProjects.class.ts
148 148
              this.funders = [];
149 149
              for(var i = 0; i < this.filters.length; i++){
150 150
                console.log("this.filters[i].filterId:"+this.filters[i].filterId);
151
                if(this.filters[i].filterId == "funderid"){
151
                if(this.filters[i].filterId == "funder"){
152 152
                   this.funders = (this.filters[i].values);
153 153

  
154 154
                }

Also available in: Unified diff