Skip to content

Commit

Permalink
Fixed #343: typo in ZIM selector JS
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Jan 4, 2024
1 parent d827cbb commit fa2e898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/manager/templates/configuration_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ <h4 class="alert alert-success">{% blocktrans %}Selected ZIMs{% endblocktrans %}
}

// remove row from table
removeRow($(document.getElementId('selected-row-'+ ident)));
removeRow($(document.getElementById('selected-row-'+ ident)));

// refresh form field
syncPackagesField();
Expand Down

0 comments on commit fa2e898

Please sign in to comment.