From 9c85c4afdd08f6b681970fd9e48f0538e8ec51e1 Mon Sep 17 00:00:00 2001 From: lasantha Date: Thu, 1 Mar 2018 22:09:31 +0530 Subject: [PATCH] Fix operation log and device view displaying issue As a result of syntax issue, device view and operation logs viewing is broken. Therefore fixed the syntax issue. This Resolves wso2/product-iots#1728 --- .../app/units/cdmf.unit.device.view/public/js/device-view.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.view/public/js/device-view.js b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.view/public/js/device-view.js index 5875a247fa..7cce058c69 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.view/public/js/device-view.js +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.view/public/js/device-view.js @@ -146,8 +146,6 @@ function loadOperationsLog(update) { tr.removeClass('shown'); } else { invokerUtil.get(uri, function (payload) { - - } { //update the parent status var payloadObject = JSON.parse(payload); if ( payloadObject["activityStatus"][0]["status"] != rowData["status"] ) {