1
0
Fork 0

don't hide tooltip by default

This commit is contained in:
jsteemann 2019-05-21 10:37:11 +02:00
parent 320329fc33
commit d1671425c1
1 changed files with 1 additions and 1 deletions

View File

@ -486,9 +486,9 @@
$('#createIndex').detach().appendTo(elem);
}
arangoHelper.createTooltips('.index-tooltip');
this.resetIndexForms();
}
arangoHelper.createTooltips('.index-tooltip');
},
stringToArray: function (fieldString) {