X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/203796649b4f3498c6b05adef07fc8cb1ee63f3b..fc7a60feb9496c250cd1e8ca3db8c74267790047:/project/templates/explorer/panels/dceditor.html?ds=sidebyside diff --git a/project/templates/explorer/panels/dceditor.html b/project/templates/explorer/panels/dceditor.html index a82f796c..a09f9bef 100644 --- a/project/templates/explorer/panels/dceditor.html +++ b/project/templates/explorer/panels/dceditor.html @@ -18,7 +18,7 @@ panel_hooks = { }, saveInfo: function(saveInfo) { var myInfo = { - url: "{% url file_dc fpath %}", + url: "{% url file_dc fileid %}", postData: $('form', this.contentDiv).serialize() }; $.extend(saveInfo, myInfo);