mitchell852 commented on a change in pull request #3739: TP: adds the ability 
to rearrange delivery service table columns as well as toggle column 
visibility/searchability
URL: https://github.com/apache/trafficcontrol/pull/3739#discussion_r308455555
 
 

 ##########
 File path: 
traffic_portal/app/src/common/modules/table/serverDeliveryServices/TableServerDeliveryServicesController.js
 ##########
 @@ -31,6 +33,32 @@ var TableServerDeliveryServicesController = 
function(server, deliveryServices, $
                        );
        };
 
+       var confirmRemoveDS = function(ds, $event) {
+               if ($event) {
+                       $event.stopPropagation(); // this kills the click event 
so it doesn't trigger anything else
+               }
+
+               var params = {
 
 Review comment:
   i guess i just moved this function around. i made no changes otherwise so 
would rather leave it as is and maybe (hopefully) some day circle back and use 
lets/const...

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to