Add dropdown menu to the board menu

This commit is contained in:
Frederic Guillot
2015-02-01 16:12:47 -05:00
parent 3e2f4f9c2c
commit 695ed5701c
7 changed files with 189 additions and 33 deletions

View File

@@ -194,7 +194,9 @@ var Kanboard = (function() {
Mousetrap.bind("ctrl+enter", function() {
$("form").submit();
});
});
$('.dropdown').dropit();
}
};