mousedown bugfix (for now)

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

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset='utf-8'> <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"> <meta http-equiv="Content-Language" content="en">
<link href="../index.css" media="all" rel="stylesheet" type="text/css" /> <link href="../index.css" media="all" rel="stylesheet" type="text/css" />

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

Loading…
Cancel
Save