Fixed chrome - Note

This commit is contained in:
Mahdi Dibaiee 2014-02-07 17:30:34 +03:30
parent 995bc7736b
commit dac9aaada9
3 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Changelog
* Added "About" * Added "About"
* No load-time for Mobile * No load-time for Mobile
* Added preloader for images * Added preloader for images
* Fixed low lineWidth for sketches rendering invisible in Chrome
License License
======= =======

View File

@ -142,6 +142,8 @@
<ol role='listbox'> <ol role='listbox'>
<li aria-selected='true' data-input><label><span contenteditable>My Sketch</span></label></li> <li aria-selected='true' data-input><label><span contenteditable>My Sketch</span></label></li>
</ol> </ol>
<br>
<span>Note: You must disable pop-up blocker to save your sketch.</span>
</section> </section>
<menu> <menu>
<button class='affirmative' type='button'>Cancel</button> <button class='affirmative' type='button'>Cancel</button>

View File

@ -8,6 +8,7 @@
<li>Added "About"</li> <li>Added "About"</li>
<li>No Load-time for mobile</li> <li>No Load-time for mobile</li>
<li>Added preloader for images</li> <li>Added preloader for images</li>
<li>Fixed low lineWidth for sketches rendering invisible in Chrome</li>
</ul> </ul>
</body> </body>
</html> </html>