[yast-commit] <web-client> master : fixed "Trailing comma not supported by MSIE" warnings
ref: refs/heads/master commit 40962924cdf99a7b925bdb1e7902a85a270d915a Author: Ladislav Slezak <lslezak@novell.com> Date: Fri Oct 30 09:35:37 2009 +0100 fixed "Trailing comma not supported by MSIE" warnings --- plugins/status/app/views/status/index.html.erb | 6 +++--- .../status/package/yast2-webclient-status.changes | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/plugins/status/app/views/status/index.html.erb b/plugins/status/app/views/status/index.html.erb index e961575..84301c5 100644 --- a/plugins/status/app/views/status/index.html.erb +++ b/plugins/status/app/views/status/index.html.erb @@ -98,7 +98,7 @@ function plotPieGraph (graph_id, graph_title, graph_data ) { cursor: { show: false - }, + } }); } @@ -121,7 +121,7 @@ function plotPieGraphError (graph_id, graph_title, graph_data ) { cursor: { show: false - }, + } }); } @@ -132,7 +132,7 @@ function plotLineGraph(graph_id, graph_title, graph_data ) { title: graph_title, axes: { xaxis: { - showTicks: false, + showTicks: false }, yaxis: { showTicks: true, diff --git a/plugins/status/package/yast2-webclient-status.changes b/plugins/status/package/yast2-webclient-status.changes index 891ef85..fddd31a 100644 --- a/plugins/status/package/yast2-webclient-status.changes +++ b/plugins/status/package/yast2-webclient-status.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Oct 30 09:34:30 CET 2009 - lslezak@suse.cz + +- removed trailig comma in JS (doesn't work in MSIE) + +------------------------------------------------------------------- Thu Oct 29 15:43:40 CET 2009 - schubi@suse.de - fix license -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
Ladislav Slezak