Skip to content
Snippets Groups Projects
Verified Commit 55543d68 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[TASK] Remove unused inline script

parent 1d9e0f68
No related branches found
No related tags found
1 merge request!45Cleanup backend module
......@@ -10,14 +10,6 @@
<small>
<f:format.raw><f:translate key="backend.filters.locations.description" /></f:format.raw>
</small>
<script>
var LocationEditLinks = {};
</script>
<f:for each="{locationOptions}" key="uid" as="location">
<script>
LocationEditLinks["{uid}"] = "{be:uri.editRecord(uid: location.uid, table: 'tx_sgjobs_domain_model_company')}";
</script>
</f:for>
</div>
</div>
<div class="col-xs-6 col-6 col-sm-6">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment