comparison mpui.js @ 244:c7748c19e1ff default tip

Update notes.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 23 Oct 2018 11:34:25 +0300
parents 9b715f7489b2
children
comparison
equal deleted inserted replaced
243:a73a43454483 244:c7748c19e1ff
232 232
233 mobj = stCE("div"); 233 mobj = stCE("div");
234 mobj.innerHTML = 234 mobj.innerHTML =
235 "<p><b>Things of note:</b></p>"+ 235 "<p><b>Things of note:</b></p>"+
236 "<ul>"+ 236 "<ul>"+
237 "<li>All of Multipaint v1.8.2018 changes have been integrated."+ 237 "<li>All of Multipaint v1.8.2018 + v18.10.2018 changes have been integrated."+
238 "<li>Save ('S') and Load ('L') save to/load from <a href=\"https://en.wikipedia.org/wiki/Web_storage\">browser local storage</a> "+ 238 "<li>Save ('S') and Load ('L') save to/load from <a href=\"https://en.wikipedia.org/wiki/Web_storage\">browser local storage</a> "+
239 "(there can be only one \"save\" per machine type, so be careful.)</li>"+ 239 "(there can be only one \"save\" per machine type, so be careful.)</li>"+
240 "<li>Each machine type has its own local storage save space.</li>"+ 240 "<li>Each machine type has its own local storage save space.</li>"+
241 "<li>Save as ('s') and Load from ('l') export and import Multipaint workfiles.</li>"+ 241 "<li>Save as ('s') and Load from ('l') export and import Multipaint workfiles.</li>"+
242 "<li>When loading/importing, you click on the load icon (or press key) and a HTML file selector button will appear "+ 242 "<li>When loading/importing, you click on the load icon (or press key) and a HTML file selector button will appear "+