mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-23 07:04:26 +01:00
No error in crowdfund if canvas unavailable
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
document.addEventListener("DOMContentLoaded",function (ev) {
|
||||
var c = document.getElementById("fireworks");
|
||||
var c = document.getElementById("fireworks");
|
||||
if (!c.getContext) return;
|
||||
var ctx = c.getContext("2d");
|
||||
if (!ctx) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user