- Disable text selection on IE 9.

This commit is contained in:
Paulo Gustavo Veiga
2012-06-24 21:51:04 -03:00
parent 5b966d870f
commit 65e7f2ce63
9 changed files with 18 additions and 17 deletions

View File

@@ -135,7 +135,7 @@
</div>
</div>
<div id="mindplot"></div>
<div id="mindplot" onselectstart="return false;"></div>
<script type="text/javascript" src="js/editor.js"></script>
</body>
</html>