Skip to content

Commit

Permalink
Merge branch 'MDL-38079_25' of git://github.com/mr-russ/moodle into M…
Browse files Browse the repository at this point in the history
…OODLE_25_STABLE
  • Loading branch information
marinaglancy committed Jun 18, 2013
2 parents f68a2c5 + 842aac5 commit 0459774
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 0459774

Please sign in to comment.