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 9052126 commit 167b18e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions admin/views/fieldsets/tmpl/default_playgroundnotiz.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ function addRows()
// Create a new image element
var image = jQuery('<input>');
image.attr('type', 'text');
image.attr('id', 'id');
image.attr('id', 'plnotic_id');
image.attr('type', 'text');
image.attr('disabled', 'disabled');
image.attr('name', 'plnotic_id[]');
image.attr('disabled', 'disabled');
image.attr('value', 'NEW');

// Append the image to the column element
column.append(image);
Expand Down

0 comments on commit 167b18e

Please sign in to comment.