From ef1328bc6a1c44ac466318ecf880131e535537bf Mon Sep 17 00:00:00 2001 From: Alexander Kryklia Date: Wed, 19 Dec 2012 20:02:39 +0200 Subject: [PATCH] fix --- .../xmodule/xmodule/js/src/graphical_slider_tool/graph.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);