mirror of https://gitee.com/bigwinds/arangodb
don't hide tooltip by default
This commit is contained in:
parent
320329fc33
commit
d1671425c1
|
@ -486,9 +486,9 @@
|
||||||
$('#createIndex').detach().appendTo(elem);
|
$('#createIndex').detach().appendTo(elem);
|
||||||
}
|
}
|
||||||
|
|
||||||
arangoHelper.createTooltips('.index-tooltip');
|
|
||||||
this.resetIndexForms();
|
this.resetIndexForms();
|
||||||
}
|
}
|
||||||
|
arangoHelper.createTooltips('.index-tooltip');
|
||||||
},
|
},
|
||||||
|
|
||||||
stringToArray: function (fieldString) {
|
stringToArray: function (fieldString) {
|
||||||
|
|
Loading…
Reference in New Issue