diff --git a/templates/files.html b/templates/files.html index 8a0d210..47e7fee 100644 --- a/templates/files.html +++ b/templates/files.html @@ -58,7 +58,7 @@ - {% if "files_rbp" in request.url %} @@ -327,7 +327,7 @@ $.contextMenu({ callback: function( key, options) { if( key == "details" ) { DetailsDBox() } if( key == "view" ) { CallViewRoute( $(this).attr('id') ) } - if( key == "move" ) { MoveDBox() } + if( key == "move" ) { MoveDBox({{StoragePathNames()|safe}}) } if( key == "del" ) { DelDBox('Delete') } if( key == "undel") { DelDBox('Restore') } if( key == "r90" ) { Transform(90) }