Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Re-added responsive checkbox in config
Browse files Browse the repository at this point in the history
  • Loading branch information
chfsx committed Mar 10, 2015
1 parent c7a723c commit b08fc6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions classes/class.ilLiveVotingConfigGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
* Class ilLiveVotingConfigGUI
*
*
* @author Fabian Schmid <[email protected]>
*/
class ilLiveVotingConfigGUI extends ilPluginConfigGUI {
Expand Down Expand Up @@ -100,9 +100,9 @@ public function getFields() {
),
)
),
/*'use_stresstest' => array(
'use_responsive' => array(
'type' => 'ilCheckboxInputGUI',
),*/
),
);

return $this->fields;
Expand Down

0 comments on commit b08fc6b

Please sign in to comment.