refactor MindmapFilter to accept Label Filters

This commit is contained in:
Ezequiel Bergamaschi
2014-01-29 03:59:42 -03:00
committed by Ezequiel Bergamaschi
parent 684c412e95
commit 148b56aecb
2 changed files with 36 additions and 19 deletions

View File

@@ -171,7 +171,8 @@ $(function () {
}
};
$('#foldersContainer li').click(function (event) {
//live method is deprecated?
$('#foldersContainer li').live('click', function (event) {
// Deselect previous option ...
$('#foldersContainer li').removeClass('active');
$('#foldersContainer i').removeClass('icon-white');