diff --git a/module/execution/js/all.js b/module/execution/js/all.js index 6f881ce929..3f7384f54a 100644 --- a/module/execution/js/all.js +++ b/module/execution/js/all.js @@ -72,7 +72,7 @@ $(function() } }); - // Update table summary text + /* Update table summary text. */ $('#executionsForm').table( { statisticCreator: function(table) @@ -89,7 +89,7 @@ $(function() $rows.each(function() { var $row = $(this); - if ($originTable) $row = $originTable.find('tbody>tr[data-id="' + $row.data('id') + '"]'); + if($originTable) $row = $originTable.find('tbody>tr[data-id="' + $row.data('id') + '"]'); var data = $row.data(); executionIDList.push(data.id); diff --git a/module/execution/view/task.html.php b/module/execution/view/task.html.php index 6b722f4ed8..8920e3aeee 100644 --- a/module/execution/view/task.html.php +++ b/module/execution/view/task.html.php @@ -403,7 +403,7 @@ body {margin-bottom: 25px;}