This commit is contained in:
chenwenxiao 2019-02-22 16:26:55 +08:00
parent 905412e91b
commit f4bdbeee73

View file

@ -292,7 +292,7 @@ var vm = new Vue({
deletePathConfirm: function (f, e) {
e.preventDefault();
if (!e.altKey) { // skip confirm when alt pressed
if (!window.confirm("Delete " + location.pathname + f.name + " ?")) {
if (!window.confirm("Delete " + location.pathname + "/" + f.name + " ?")) {
return;
}
}