diff --git a/plugins/jspsych-html.js b/plugins/jspsych-html.js
index 66e42472..ff4f5ab9 100644
--- a/plugins/jspsych-html.js
+++ b/plugins/jspsych-html.js
@@ -56,7 +56,7 @@ Example Usage:
// if any trial variables are functions
// this evaluates the function and replaces
// it with the output of the function
- trial = jsPsych.normalizeTrialVariables(trial);
+ // trial = jsPsych.normalizeTrialVariables(trial);
var url = trial.url;
if (trial.force_refresh) {