fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Informowanie widoku XMLView o zmianie zawartoĊci po wstawieniu taga przy pomocy przyc...
[redakcja.git]
/
project
/
static
/
js
/
views
/
xml.js
diff --git
a/project/static/js/views/xml.js
b/project/static/js/views/xml.js
index
20e2ee9
..
caafa71
100644
(file)
--- a/
project/static/js/views/xml.js
+++ b/
project/static/js/views/xml.js
@@
-35,7
+35,9
@@
var XMLView = View.extend({
$('.xmlview', this.element).height(height);
},
- reload: function() {},
+ reload: function() {
+ this.model.load(true);
+ },
editorDidLoad: function(editor) {
$(editor.frame).css({width: '100%', height: '100%'});