mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Tiny hack to sent click event to colorPicker... Issue #74
This commit is contained in:
@@ -512,6 +512,11 @@ View.prototype = {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// FIXME: Hack to sent click event to colorPicker.
|
||||||
|
$('#modal-note-div .icon-toggle-background').click(function (event) {
|
||||||
|
$(this).parent().click();
|
||||||
|
});
|
||||||
|
|
||||||
// handle attach button.
|
// handle attach button.
|
||||||
$('#modal-note-div #attach-button').click(function (event) {
|
$('#modal-note-div #attach-button').click(function (event) {
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
|
|||||||
Reference in New Issue
Block a user