1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

add script injection to the config to import custom webfront scripts (ie google tracking)

This commit is contained in:
RaidMax
2021-10-19 20:17:10 -05:00
parent bbab849224
commit 720d253fbb
4 changed files with 12 additions and 0 deletions

View File

@ -202,5 +202,6 @@
});
</script>
@await RenderSectionAsync("scripts", required: false)
@Html.Raw(ViewBag.ScriptInjection);
</body>
</html>