Skip to content

Commit

Permalink
Dev: Restore checkconditionFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Mar 24, 2016
1 parent cf9a2b8 commit 3788e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/qanda_helper.php
Expand Up @@ -3135,7 +3135,7 @@ function do_multiplenumeric($ia)
'dispVal'=>$sValue,
'maxlength'=>$maxlength,
'labelText'=>$labelText,
'checkconditionFunction'=>$checkconditionFunction.'(this.getAttribute(\'stringvalue\'), this.name, this.type)',
'checkconditionFunction'=>$checkconditionFunction.'(this.value, this.name, this.type)',
'slider_orientation' => $slider_orientation,
'slider_step' => $slider_step ,
'slider_min' => $slider_min ,
Expand Down

0 comments on commit 3788e72

Please sign in to comment.