remotes/origin/PR-39
ArturBaybulatov 9 years ago
parent c7eb3c3ba3
commit 95f50303c3
  1. 3
      assets/index.js

@ -51,7 +51,8 @@ $('[data-tooltip]').tooltip({
results: _.map(function(item) {
return {
id: item.id,
text: item.name,
//text: item.name,
text: _.repeat(item.level-1, '---') + item.name,
origItem: item,
}
}, data.results),

Loading…
Cancel
Save