Skip to content

Commit

Permalink
MDL-38079 mod_feedback - Hide "add question to activity" button
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Smith committed Jun 17, 2013
1 parent eabe1d3 commit 35c70d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/feedback/edit_form.php
Expand Up @@ -48,7 +48,7 @@ public function definition() {
$mform->setType('position', PARAM_INT);

// buttons
$mform->addElement('submit', 'add_item', get_string('add_item', 'feedback'));
$mform->addElement('submit', 'add_item', get_string('add_item', 'feedback'), array('class' => 'hiddenifjs'));
}
}

Expand Down

0 comments on commit 35c70d0

Please sign in to comment.