Project

General

Profile

« Previous | Next » 

Revision 48658

update title in all pages, change loading message - add gif | change links to pub landing| fix project report - add piwik module | minor layout changes in landing pages

View differences:

parsingFunctions.class.ts
360 360

  
361 361
    for(let i=0; i<length; i++) {
362 362
      subject = Array.isArray(_subjects) ? _subjects[i] : _subjects;
363

  
364 363
      if(subject.classid != "") {
365
        if(subject.inferred == true) {
364
        if(subject.inferred && subject.inferred == true) {
366 365
          if(classifiedSubjects == undefined) {
367 366
            classifiedSubjects = new Map<string, string[]>();
368 367
          }

Also available in: Unified diff