mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
removed partial script tag
This commit is contained in:
parent
745af3e8ff
commit
940856f5fe
1 changed files with 1 additions and 8 deletions
|
@ -27,11 +27,4 @@
|
||||||
.Columns(c => c.Bound(g => g.Name).Title("Type").Width(100))
|
.Columns(c => c.Bound(g => g.Name).Title("Type").Width(100))
|
||||||
.Columns(c => c.Bound(g => g.TargetId).Title("Target"))
|
.Columns(c => c.Bound(g => g.TargetId).Title("Target"))
|
||||||
.Columns(c => c.Bound(g => g.SecondaryTargetId).Title("Secondary Target"))
|
.Columns(c => c.Bound(g => g.SecondaryTargetId).Title("Secondary Target"))
|
||||||
.Render();}
|
.Render();}
|
||||||
|
|
||||||
|
|
||||||
@section Scripts{
|
|
||||||
<script>
|
|
||||||
function
|
|
||||||
</script>
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue