Dodanie aplikacji django-cas-provider.
[redakcja.git] / project / static / js / views / html.js
index 8057138..a7f02dd 100644 (file)
@@ -36,7 +36,9 @@ var HTMLView = View.extend({
     }
   },
   
-  reload: function() {},
+  reload: function() {
+    this.model.load(true);
+  },
   
   dispose: function() {
     this.model.removeObserver(this);