I can smell feature creep coming from around the corner

title tags for legend
v1.18.x
psychobunny 11 years ago
parent 8c9d362535
commit b9ac2a3207

@ -394,7 +394,7 @@ define('forum/admin/general/dashboard', ['semver'], function(semver) {
for (var i = 0, ii = segments.length; i < ii; i++) {
var topic = segments[i],
label = topic.tid === '0' ? topic.label : '<a href="' + RELATIVE_PATH + '/topic/' + topic.tid + '" target="_blank"> ' + topic.label + '</a>';
label = topic.tid === '0' ? topic.label : '<a title="' + topic.label + '"href="' + RELATIVE_PATH + '/topic/' + topic.tid + '" target="_blank"> ' + topic.label + '</a>';
legend.append(
'<li>' +

Loading…
Cancel
Save