MDL-49811 mod_choice: Removing skipresultgraph link

The target of the link is not available after MDL-30816.
This commit is contained in:
David Monllao 2015-10-06 10:25:30 +08:00 committed by Dan Poltawski
parent 7da61f95ce
commit 889a9fbba1
2 changed files with 1 additions and 2 deletions

View File

@ -0,0 +1 @@
skipresultgraph,mod_choice

View File

@ -378,8 +378,6 @@ class mod_choice_renderer extends plugin_renderer_base {
$header = html_writer::tag('h3',format_string(get_string("responses", "choice")));
$html .= html_writer::tag('div', $header, array('class'=>'responseheader'));
$html .= html_writer::link('#', get_string('skipresultgraph', 'choice'),
array('data-target' => '#skipresultgraph', 'class'=>'skip skip-block'));
$html .= html_writer::tag('div', html_writer::table($table), array('class'=>'response'));
return $html;