We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57306e commit 6686d4eCopy full SHA for 6686d4e
hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.js
@@ -84,7 +84,7 @@
84
$('#delete-prompt').text("Are you sure you want to delete " + inode_name
85
+ " ?");
86
87
- $('#delete-button').click(function() {
+ $('#delete-button').off().on('click', function() {
88
// DELETE /webhdfs/v1/<path>?op=DELETE&recursive=<true|false>
89
var url = '/webhdfs/v1' + encode_path(absolute_file_path) +
90
'?op=DELETE' + '&recursive=true';
0 commit comments