mirror of https://gitee.com/bigwinds/arangodb
jslint
This commit is contained in:
parent
3eb2fe6b8f
commit
805156daaf
|
@ -957,7 +957,7 @@
|
|||
$(this.el).html(this.template.render());
|
||||
}
|
||||
|
||||
if (!enabled || frontendConfig.db !== '_system') {
|
||||
if (!enabled || frontendConfig.db !== '_system') {
|
||||
$(this.el).html('');
|
||||
if (this.server) {
|
||||
$(this.el).append(
|
||||
|
|
Loading…
Reference in New Issue