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
/
html.js
diff --git
a/project/static/js/views/html.js
b/project/static/js/views/html.js
index
8057138
..
a7f02dd
100644
(file)
--- a/
project/static/js/views/html.js
+++ b/
project/static/js/views/html.js
@@
-36,7
+36,9
@@
var HTMLView = View.extend({
}
},
- reload: function() {},
+ reload: function() {
+ this.model.load(true);
+ },
dispose: function() {
this.model.removeObserver(this);