I have to use IE6 (don't ask) and found a bug in the mGTD code which
displays the very useful notes icons. The intention is to turn them off
(same way as eg stars are turned off in IE), but that doesn't work, and the
result is not pretty in IE6.
The error is in line 3616 in r9843, the line

var output = (config.browser.isie ? // presume IE still can't do data urls

should read

var output = (config.browser.isIE ? // presume IE still can't do data urls

With that correction in place, the failing icons are replaced with a nice
"(n)" to indicate "note" in IE6.

- Erlend Leganger

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/GTD-TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to