html: disable text selection in the webview

This commit is contained in:
Hylke Bons 2011-05-29 03:07:51 +01:00
parent 4245c26b6d
commit 4f75a78a7d

View file

@ -11,6 +11,7 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
margin-top: 20px; margin-top: 20px;
-webkit-user-select: none;
} }
small { small {
@ -104,9 +105,9 @@
.event-info { .event-info {
float: left; float: left;
} }
</style> </style><script>alert('test');</script>
</head> </head>
<body onDragStart='return false;'> <body>
<!-- $event-log-content --> <!-- $event-log-content -->
</body> </body>
</html> </html>