diff --git a/internal/js/files_support.js b/internal/js/files_support.js index e41639a..d859a26 100644 --- a/internal/js/files_support.js +++ b/internal/js/files_support.js @@ -95,12 +95,14 @@ function MoveDBox(path_details, db_url)
- +
` $('#dbox-content').html(div) $('#dbox').modal('show') + $("#prefix").keypress(function (e) { if (e.which == 13) { $("#move_submit").click(); return false; } } ) + $("#suffix").keypress(function (e) { if (e.which == 13) { $("#move_submit").click(); return false; } } ) } // show the DBox for a delete/restore file, includes all thumbnails of selected files