Make the filter folders collapsibles

This commit is contained in:
Matias De lellis
2016-09-30 21:19:43 -03:00
parent 4d9a89dfe9
commit 70201bc6b2
2 changed files with 10 additions and 4 deletions

View File

@@ -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');