Skip to content

Commit

Permalink
Fixed issue #12980: Expression Manager broken
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Dec 7, 2017
1 parent 0ae2622 commit 7c7d420
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/scripts/survey_runtime.js
Expand Up @@ -116,10 +116,15 @@ function checkconditions(value, name, type, evt_type)
}
}

/*
// STILL NOT WORKING !!!!!
// But we're getting closer...
var $isRelevant = $.inArray(questionCode, aQuestionsWithDependencies);// NEED TO ADD THE QUESTIONS WITH CONDITIONS BEFORE WE CAN USE IT !!!!
if($.isFunction(window.ExprMgr_process_relevance_and_tailoring ) && $isRelevant!=-1) {
ExprMgr_process_relevance_and_tailoring(evt_type,name,type);
}
}*/

ExprMgr_process_relevance_and_tailoring(evt_type,name,type);
}

/**
Expand Down

1 comment on commit 7c7d420

@Shnoulle
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, maybe we can make the lighter lss file to fix this issue ?

Please sign in to comment.