mousedown bugfix (for now)

pull/16/head
peterd 10 years ago
parent bcbf21636d
commit c14284be28

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- <meta http-equiv="X-UA-Compatible" content="IE=edge"> -->
<meta http-equiv="Content-Language" content="en">
<link href="../index.css" media="all" rel="stylesheet" type="text/css" />

@ -100,7 +100,8 @@
$colorPicker.hide(animationSpeed);
$(':focus').trigger('blur');
} else {
$(document.body).append(isColorPicker);
// buttons on colorPicker don't work any more
// $(document.body).append(isColorPicker);
}
} else if (inputIndex !== -1) {
// input field

Loading…
Cancel
Save