From 6b9ace46146249345fa27852b1eb1d4a26bc5170 Mon Sep 17 00:00:00 2001 From: Valera Rozuvan Date: Wed, 19 Dec 2012 19:12:10 +0200 Subject: [PATCH] Refined error messaging. --- .../xmodule/xmodule/js/src/graphical_slider_tool/el_output.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/js/src/graphical_slider_tool/el_output.js b/common/lib/xmodule/xmodule/js/src/graphical_slider_tool/el_output.js index f79a93b822..901989b2af 100644 --- a/common/lib/xmodule/xmodule/js/src/graphical_slider_tool/el_output.js +++ b/common/lib/xmodule/xmodule/js/src/graphical_slider_tool/el_output.js @@ -77,7 +77,7 @@ define('ElOutput', ['logme'], function (logme) { logme('Error message: "' + err.message + '".'); $('#' + gstId).html('
' + 'ERROR IN XML: Could not create a function from string "' + funcString + '".' + '
'); - $('#' + gstId).html('
' + 'Error message: "' + err.message + '".' + '
'); + $('#' + gstId).append('
' + 'Error message: "' + err.message + '".' + '
'); paramNames.pop();