fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix #102: Nie można zmienić domyślnych paneli.
[redakcja.git]
/
project
/
templates
/
explorer
/
panels
/
dceditor.html
diff --git
a/project/templates/explorer/panels/dceditor.html
b/project/templates/explorer/panels/dceditor.html
index
a82f796
..
a09f9be
100644
(file)
--- 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 f
path %}",
+ url: "{% url file_dc f
ileid %}",
postData: $('form', this.contentDiv).serialize()
};
$.extend(saveInfo, myInfo);