From 4256fb04e91ffe326cdbcedb0cc09fafc9137661 Mon Sep 17 00:00:00 2001 From: wangzemei Date: Fri, 4 Nov 2022 10:03:38 +0800 Subject: [PATCH] * fix bug 29269 --- module/product/js/browse.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/module/product/js/browse.js b/module/product/js/browse.js index 0a979fd7bb..b4d4660e08 100644 --- a/module/product/js/browse.js +++ b/module/product/js/browse.js @@ -14,14 +14,6 @@ $(function() if($title.width() < headerWidth + buttonWidth + 16) $title.width(headerWidth + buttonWidth + 30); }); - $('#storyList td.has-child .story-toggle').each(function() - { - var $td = $(this).closest('td'); - var labelWidth = 0; - if($td.find('.label').length > 0) labelWidth = $td.find('.label').width(); - $td.find('a').eq(0).css('max-width', $td.width() - labelWidth - 60); - }); - $('#toTaskButton').on('click', function() { var planID = $('#plan').val();