diff mpui.js @ 37:48b74ccc1abd

Move note to javascript.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Jul 2018 11:19:45 +0300
parents 13dda1c3ae88
children f7bd82b817fc
line wrap: on
line diff
--- a/mpui.js	Wed Jul 04 10:50:42 2018 +0300
+++ b/mpui.js	Wed Jul 04 11:19:45 2018 +0300
@@ -141,6 +141,10 @@
 
 function mpStart()
 {
+  stGE("mpNote").innerHTML =
+    "<a href=\"http://multipaint.kameli.net/\">Multipaint</a> (C) 2016-2017 <b>Tero 'Dr. TerrorZ' Heikkinen</b>, "+
+    "ProcessingJS port and modifications by <b>Matti 'ccr' Hämäläinen</b> (2018)";
+
   var slink = window.location.href;
   var spos, found = false;
   if ((spos = slink.indexOf("?")) >= 0)