Skip to content

Commit 4509fe7

Browse files
maheshpzabil
authored andcommitted
Fixing vsm show more link #2776 (#2786)
1 parent 1d1fbc3 commit 4509fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/webapp/WEB-INF/rails.new/app/assets/javascripts/vsm_renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ Graph_Renderer = function (container) {
728728
}
729729

730730
$j('#vsm-container').find('.show-more a').click(function (event) {
731-
currentExpanded = $j('.expanded').not($j(this).closest('.vsm-entity'));
731+
currentExpanded = $j('#vsm-container .expanded').not($j(this).closest('.vsm-entity'));
732732
if (currentExpanded.length > 0) {
733733
currentExpandedLink = currentExpanded.find('.show-more a');
734734
currentExpandedLink.html(currentExpandedLink.html().replace('less', 'more'));

0 commit comments

Comments
 (0)