Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed issue #10744: Numeric slider : no difference between unanswered +
no reset
  • Loading branch information
olleharstedt committed Mar 22, 2016
1 parent 0c4239e commit 2751120
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/views/survey/questions/multiplenumeric/item.php
Expand Up @@ -30,7 +30,6 @@
<?php echo $labelText;?>
</label>
<div class="col-xs-12 input">
<?php echo $prefix;?>
<?php echo $sliderleft;?>
<?php if(!$sliders): ?>
<input
Expand Down Expand Up @@ -70,7 +69,6 @@ class="text form-control <?php echo $kpclass;?>"
<?php endif; ?>
<?php endif;?>
<?php echo $sliderright;?>
<?php echo $suffix;?>
</div> <!-- xs-12 -->
</div> <!-- form group -->
</div>
Expand Down

0 comments on commit 2751120

Please sign in to comment.