X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d8e0011bca1bdc8bcfd10ce75a33372bfad0941d..fc7a60feb9496c250cd1e8ca3db8c74267790047:/project/templates/explorer/panels/dceditor.html diff --git a/project/templates/explorer/panels/dceditor.html b/project/templates/explorer/panels/dceditor.html index 2ca14d40..a09f9bef 100644 --- a/project/templates/explorer/panels/dceditor.html +++ b/project/templates/explorer/panels/dceditor.html @@ -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);