Skip to content

Commit

Permalink
Fixed issue #15911: Double checkconditions with array_text quetsion type
Browse files Browse the repository at this point in the history
Dev: removed not global one.
  • Loading branch information
Shnoulle committed Feb 24, 2020
1 parent 7cc8000 commit 929a5a4
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -80,14 +80,6 @@
</tbody>
</table>

{% if q_table_id is empty %}
{{ registerScript('ArrayTypeScript_' ~ name, "
$('#question" ~ name ~ "').find('input[type=text]').on('blur keyup', function(event){
" ~ checkconditionFunction ~ "($(this).val(), $(this).attr('name'), 'text');
return true;
})
", "POS_POSTSCRIPT") }}
{% endif %}
<!-- end of answer -->

{% if (showGrandTotal == true) or (showtotals == true) %}
Expand Down

0 comments on commit 929a5a4

Please sign in to comment.