Skip to content

Commit

Permalink
Update index.html.erb
Browse files Browse the repository at this point in the history
Remove call to missing JS function
  • Loading branch information
ewlarson committed Jun 28, 2024
1 parent 723c7ac commit 2809da6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions app/views/admin/assets/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,4 @@
</span>
</h6>
</div>
</div>

<script>
GBLADMIN.SortAssets(
$("tbody"),
"<%= sort_admin_assets_path %>"
);
</script>
</div>

0 comments on commit 2809da6

Please sign in to comment.