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._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({}));
|
||||
|
|
Loading…
Reference in New Issue