moved search behind tree action button

This commit is contained in:
azivner
2017-10-01 08:47:26 -04:00
parent 566008baae
commit 2e8787ff91
6 changed files with 61 additions and 30 deletions

View File

@@ -11,10 +11,6 @@ $(document).bind('keydown', 'alt+m', function() {
$("#noteDetailWrapper").css("width", hidden ? "750px" : "100%");
});
$(document).bind('keydown', 'alt+s', function() {
$("input[name=search]").focus();
});
// hide (toggle) everything except for the note content for distraction free writing
$(document).bind('keydown', 'alt+t', function() {
const date = new Date();