I can smell feature creep coming from around the corner

title tags for legend
This commit is contained in:
psychobunny
2014-09-29 13:21:48 -04:00
parent 8c9d362535
commit b9ac2a3207

View File

@@ -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>' +