1
0
Fork 0

removed unnecessary reload trigger

This commit is contained in:
hkernbach 2016-02-18 20:54:37 +01:00
parent 826d26b4ed
commit baaefd153d
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,6 @@
this._showDevel = true; this._showDevel = true;
this._showProd = true; this._showProd = true;
this._showSystem = false; this._showSystem = false;
this.reload();
}, },
slideToggle: function() { slideToggle: function() {
@ -116,6 +115,7 @@
}, },
render: function() { render: function() {
console.log("RENDERER");
this.collection.sort(); this.collection.sort();
$(this.el).html(this.template.render({})); $(this.el).html(this.template.render({}));