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();