Refaktor przyciskow.
[redakcja.git] / project / templates / explorer / panels / dceditor.html
index 2ca14d4..a09f9be 100644 (file)
@@ -16,9 +16,9 @@ panel_hooks = {
                        });
                });
        },
-       saveInfo: function(hn, saveInfo) {
+       saveInfo: function(saveInfo) {
                var myInfo = {
-                       url: "{% url file_dc fpath %}", 
+                       url: "{% url file_dc fileid %}",
                        postData: $('form', this.contentDiv).serialize() 
                };
                $.extend(saveInfo, myInfo);