Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
diddipoeler committed Mar 12, 2024
1 parent a266219 commit 9052126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/views/fieldsets/tmpl/default_playgroundnotiz.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ function addRows()

var inputoption = jQuery('<option>');
inputoption.attr('value', 'NAME');
inputoption.attr('text', 'NAME');
inputoption.prop('text', 'NAME');
input.append(inputoption);
var inputoption = jQuery('<option>');
inputoption.attr('value', 'VISITORS');
inputoption.attr('text', 'VISITORS');
inputoption.prop('text', 'VISITORS');
input.append(inputoption);


Expand Down

0 comments on commit 9052126

Please sign in to comment.