1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-09 14:47:59 -05:00
RaidMax 3f7cb69fcd fixed minification and bundling
template tweaks
2018-04-09 22:33:42 -05:00

8 lines
211 B
Plaintext

@await Component.InvokeAsync("ServerList")
@section scripts {
<environment include="Development">
<script type="text/javascript" src="~/js/server.js" defer="defer"></script>
</environment>
}