mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-23 16:04:22 +01:00
Removing modal reference that's not needed
This commit is contained in:
@@ -2,9 +2,7 @@
|
|||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Notifications";
|
ViewData["Title"] = "Notifications";
|
||||||
}
|
}
|
||||||
@section HeadScripts {
|
|
||||||
<script src="~/modal/btcpay.js" asp-append-version="true"></script>
|
|
||||||
}
|
|
||||||
<section>
|
<section>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@if (TempData.HasStatusMessage())
|
@if (TempData.HasStatusMessage())
|
||||||
|
|||||||
Reference in New Issue
Block a user