diff --git a/modules/backend/assets/js/october.inspector.js b/modules/backend/assets/js/october.inspector.js index 1c81373d3..18b3fabff 100644 --- a/modules/backend/assets/js/october.inspector.js +++ b/modules/backend/assets/js/october.inspector.js @@ -102,9 +102,9 @@ \ -
\ +
\ {{#expandControl}}{{/expandControl}} \ - {{title}} \ + {{title}} \ {{#info}}{{/info}} \
\ {{#editor}}{{/editor}} \ @@ -318,7 +318,7 @@ duration = Math.round(100 / propertyRows.length), collapse = true, statuses = this.loadGroupExpandedStatuses(), - title = $('div.title-element', $link.closest('tr')).attr('title') + title = $('span.title-element', $link.closest('tr')).attr('title') if ($link.hasClass('expanded')) { $link.removeClass('expanded')