From 368647f1763a0b980fc4f627cf711275202b2d56 Mon Sep 17 00:00:00 2001 From: Imesh Chandrasiri Date: Sun, 19 Feb 2017 19:34:28 +0530 Subject: [PATCH] Temporary advance search removal commit --- .../app/pages/cdmf.page.devices/public/js/listing.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.devices/public/js/listing.js b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.devices/public/js/listing.js index e7120f888e2..3e02f180f3c 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.devices/public/js/listing.js +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.devices/public/js/listing.js @@ -460,11 +460,12 @@ function loadDevices(searchType, searchParam) { $("#loading-content").remove(); attachDeviceEvents(); - if($('.advance-search').length < 1){ + // Temporary disable + /*if($('.advance-search').length < 1){ $(this).closest('.dataTables_wrapper').find('div[id$=_filter] input') .after('Advance Search'); - } + }*/ }, { "placeholder": "Search By Device Name",