fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
locale
[redakcja.git]
/
redakcja
/
static
/
js
/
wiki_img
/
view_editor_motifs.js
diff --git
a/redakcja/static/js/wiki_img/view_editor_motifs.js
b/redakcja/static/js/wiki_img/view_editor_motifs.js
index
7ce9665
..
3b6f45d
100644
(file)
--- a/
redakcja/static/js/wiki_img/view_editor_motifs.js
+++ b/
redakcja/static/js/wiki_img/view_editor_motifs.js
@@
-117,7
+117,7
@@
var self = this;
this.$objects_list.children().remove();
var self = this;
this.$objects_list.children().remove();
- $.each(this.doc.getImageItems('
motyw
'), function(i, e) {
+ $.each(this.doc.getImageItems('
theme
'), function(i, e) {
self._push.apply(self, e);
});
self._push.apply(self, e);
});
@@
-140,7
+140,7
@@
args.unshift($(e).text());
motifs.push(args);
})
args.unshift($(e).text());
motifs.push(args);
})
- self.doc.setImageItems('
motyw
', motifs);
+ self.doc.setImageItems('
theme
', motifs);
this.ias.setOptions({disable: true, hide: true});
this.ias.setOptions({disable: true, hide: true});