From 9342f93f8860d241b47504f421cfcb5a6d4dd33b Mon Sep 17 00:00:00 2001 From: Mark MacKay Date: Wed, 28 Apr 2021 12:41:13 -0500 Subject: [PATCH] adding donation notice --- src/js/start.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/js/start.js b/src/js/start.js index f3948ff..7021448 100644 --- a/src/js/start.js +++ b/src/js/start.js @@ -68,7 +68,10 @@ editor.modal = { donate: new MD.Modal({ html: `

Donate

-

Lorem ipsum dolor sit amet

` +

+ Method Draw relies on your generous donations for continued development. + Donate now if you find this application useful. +

` }), shortcuts: new MD.Modal({ html: ` @@ -80,6 +83,8 @@ editor.modal = { }) }; +editor.donate(); + editor.keyboard = new MD.Keyboard(); editor.menu = new MD.Menu();