changeset 189:283b2b657574

Move note about v1.8.2018 from notes to "existing problems", as it is more related to problems.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Aug 2018 16:35:17 +0300
parents 6fba2c255319
children f79958358f16
files mpui.js
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mpui.js	Thu Aug 23 16:32:10 2018 +0300
+++ b/mpui.js	Thu Aug 23 16:35:17 2018 +0300
@@ -167,9 +167,6 @@
   mobj.innerHTML =
     "<p><b>Things of note:</b></p>"+
     "<ul>"+
-    "<li>All of Multipaint v1.8.2018 changes have been integrated, "+
-    "but there are no UI widgets for changing some settings, "+
-    "loading of alternate palettes, etc. (yet.. might take time to implement these.)</li>"+
     "<li>Save ('S') and Load ('L') save to/load from <a href=\"https://en.wikipedia.org/wiki/Web_storage\">browser local storage</a> "+
     "(there can be only one \"save\" per machine type, so be careful.)</li>"+
     "<li>Each machine type has its own local storage save space.</li>"+
@@ -179,6 +176,9 @@
     "</ul>"+
     "<p><b>Existing problems:</b></p>"+
     "<ul>"+
+    "<li>All of Multipaint v1.8.2018 changes have been integrated, "+
+    "but there are no UI widgets for changing some settings, "+
+    "loading of alternate palettes, etc. (yet.. might take time to implement these.)</li>"+
     "<li>Source code export is not guaranteed to work (it is enabled now, though.)</li>"+
     "<li>PNG/JPEG import/export does not work.</li>"+
     "<li>The 'magnify' tool works oddly, though I think this issue may exist in the original as well.</li>"+