mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Make the filter folders collapsibles
This commit is contained in:
@@ -562,6 +562,14 @@ View.prototype = {
|
||||
});
|
||||
});
|
||||
|
||||
$('#colors-folder').click(function () {
|
||||
$(this).toggleClass("open");
|
||||
});
|
||||
|
||||
$('#notes-folder').click(function () {
|
||||
$(this).toggleClass("open");
|
||||
});
|
||||
|
||||
// show app menu
|
||||
$('#app-navigation .app-navigation-entry-utils-menu-button').click(function () {
|
||||
var entry = $(this).closest('.note');
|
||||
|
||||
Reference in New Issue
Block a user