changeset 48:33a63f851a3b

Add link to Mercurial repo.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Jul 2018 18:07:51 +0300
parents 706bfe438e6f
children 2d9a674bdeb2
files mpui.js
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpui.js	Wed Jul 04 18:05:37 2018 +0300
+++ b/mpui.js	Wed Jul 04 18:07:51 2018 +0300
@@ -113,7 +113,8 @@
   "<li> .. there may be bugs.</li>"+
   "</ul>"+
   "<p><b>NOTICE!</b> When loading/importing, you click on the load icon (or press key) and a HTML file selector button will appear "+
-  "ON THE BOTTOM. You need to click that, too. Sorry, that can't be automated because of pop-up blocking etc..</p>";
+  "ON THE BOTTOM. You need to click that, too. Sorry, that can't be automated because of pop-up blocking etc..</p>"+
+  "<p>You can also go see <a href=\"https://tnsp.org/hg/forks/multipaint-psjs/\">Mercurial repository for Multipaint ProcessingJS</a>.</p>";
   mpUI.appendChild(mobj);
 
   mobj = stCE("hr");