diff --git a/common/lib/xmodule/xmodule/js/src/graphical_slider_tool/graph.js b/common/lib/xmodule/xmodule/js/src/graphical_slider_tool/graph.js index e69fa0e5bd..35c75c8adc 100644 --- a/common/lib/xmodule/xmodule/js/src/graphical_slider_tool/graph.js +++ b/common/lib/xmodule/xmodule/js/src/graphical_slider_tool/graph.js @@ -299,10 +299,10 @@ define('Graph', ['logme'], function (logme) { allParamNames.pop(); if (typeof config.plot.num_points !== 'string') { - logme('ERROR: config.plot.num_points is not a string.'); - logme('config.plot.num_points = ', config.plot.num_points); + // logme('ERROR: config.plot.num_points is not a string.'); + // logme('config.plot.num_points = ', config.plot.num_points); - return false; + tempNum = plotDiv.width() / 5.0; } tempNum = parseInt(config.plot.num_points, 10);