Add "-" shortcut

This commit is contained in:
Guillaume Gomez
2017-11-07 22:44:18 +01:00
parent 7f6417e9b7
commit 5e116985eb
3 changed files with 4 additions and 2 deletions

View File

@@ -213,6 +213,7 @@
break;
case "+":
case "-":
ev.preventDefault();
toggleAllDocs();
break;