Ver Fonte

Merge branch 'master' of https://git.hkwtc.org/TC/arozos

TC pushbot 5 há 4 anos atrás
pai
commit
96c275de28
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      web/desktop.system

+ 1 - 1
web/desktop.system

@@ -4837,7 +4837,7 @@
                                 $.ajax({
                                     url: "./system/file_system/fileOpr",
                                     method: "POST",
-                                    data: {opr: "rename", src: JSON.stringify([filepath]), new: JSON.stringify([newFilename]), token: csrftoken},
+                                    data: {opr: "rename", src: JSON.stringify([filepath]), new: JSON.stringify([newFilename]), csrft: csrftoken},
                                     success: function(data){
                                         if (data.error !== undefined){
                                             //Cancel the operation