Show More
@@ -107,7 +107,10 b' var CommitsController = function () {' | |||||
107 |
|
107 | |||
108 | $.each($('.message.truncate'), function(idx, value) { |
|
108 | $.each($('.message.truncate'), function(idx, value) { | |
109 | if(!(value.offsetWidth < value.scrollWidth)){ |
|
109 | if(!(value.offsetWidth < value.scrollWidth)){ | |
110 |
$(this).closest('td').siblings('.expand_commit') |
|
110 | var expandTd = $(this).closest('td').siblings('.expand_commit'); | |
|
111 | expandTd.find('i').hide(); | |||
|
112 | expandTd.removeAttr('title'); | |||
|
113 | expandTd.removeClass('expand_commit'); | |||
111 | } |
|
114 | } | |
112 | }); |
|
115 | }); | |
113 |
|
116 |
General Comments 0
You need to be logged in to leave comments.
Login now