forgot a break

This commit is contained in:
Wim Brand
2019-07-18 11:48:57 +02:00
parent 697525b7b4
commit 3023662894

View File

@@ -13,6 +13,7 @@ $(document).keydown(function(event){
case 68: // D or right arrow key go to next file
case 39:
ListNavigator.nextItem();
break;
case 83:
if (event.shiftKey) {
Toolbar.downloadList(); // SHIFT + S downloads all files in list