mirror of https://gitee.com/bigwinds/arangodb
removed unnecessary reload trigger
This commit is contained in:
parent
826d26b4ed
commit
baaefd153d
|
@ -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({}));
|
||||||
|
|
Loading…
Reference in New Issue