Prevent shared folders from being moved to the trash using the del key

This commit is contained in:
yflory
2018-09-17 17:53:18 +02:00
parent bd1b120ab1
commit 874156ccf0
4 changed files with 25 additions and 9 deletions

View File

@@ -86,7 +86,6 @@ var setHeaders = (function () {
(function () {
if (!config.logFeedback) { return; }
console.log(config.logFeedback);
const logFeedback = function (url) {
url.replace(/\?(.*?)=/, function (all, fb) {