commit 1879165d18319901b1cea3f1760a3ce7deda0902 parent 9ea8ecca945dfc5c47b3f9857b08e198e23c1621 Author: Florian Dold <florian.dold@gmail.com> Date: Thu, 3 Mar 2016 00:11:48 +0100 typo Diffstat:
| M | examples/shop/fulfillment.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/shop/fulfillment.php b/examples/shop/fulfillment.php @@ -18,7 +18,7 @@ function cb() { document.body.style.display = ""; } - document.addEvent("DOMContentLoaded", cb, false); + document.addEventListener("DOMContentLoaded", cb, false); } </script> </head>