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

post webfront url to master

This commit is contained in:
RaidMax
2021-10-19 21:33:21 -05:00
parent 738b1fc38c
commit aea27d7e2c
3 changed files with 10 additions and 3 deletions

View File

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