Vergleich polls_editpoll - 1.8.8 - 1.8.38
Zeile 55 | Zeile 55 |
---|---|
$("#maxOptions").css("display", ""); |
$("#maxOptions").css("display", ""); |
$("input[name='postoptions[multiple]']").click(function() { | $("input[name='postoptions[multiple]']").on('click', function() { |
if($(this).is(":checked")) { | if($(this).is(":checked")) { |