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