mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
POS Light: Add Bootstrap bundle (#3029)
So that the alert can be closed. Brought up by @satwo in this [Mattermost discussion](https://chat.btcpayserver.org/btcpayserver/pl/3f46i9yociydmkk4apncxp7shw).
This commit is contained in:
parent
de93c5c9d6
commit
61f63a9996
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
<script type="text/javascript">
|
||||
var srvModel = @Safe.Json(Model);
|
||||
</script>
|
||||
<bundle name="wwwroot/bundles/bootstrap-bundle.min.js" asp-append-version="true" />
|
||||
<bundle name="wwwroot/bundles/light-pos-bundle.min.js" asp-append-version="true" />
|
||||
}
|
||||
<style>
|
||||
|
|
Loading…
Add table
Reference in a new issue