Sanjay Vijayakumar
CHENNAI,
October 03, 2017 00:59 IST
Updated:
October 03, 2017 00:59 IST
“;
var device = “”;
for ( var type in WFClientTypeDef) {
if (window.matchMedia(WFClientTypeDef[type]).matches) {
switch (type) {
case “xlarge”:
device = ‘desktop’;
break;
case “large”:
device = ‘desktop’;
break;
case “medium”:
device = ‘tab’;
break;
case “small”:
device = ‘mobile’;
break;
}
break;
}
}
var writeOnDocument = true;
var skipOnDeviceValue = “[medium, small]”;
var noSkipOnDevice = skipOnDeviceValue.length > 0;
if(noSkipOnDevice) {
if (skipOnDeviceValue.indexOf(“large”) > -1 && ‘desktop’ == device) {
writeOnDo…
var device = “”;
for ( var type in WFClientTypeDef) {
if (window.matchMedia(WFClientTypeDef[type]).matches) {
switch (type) {
case “xlarge”:
device = ‘desktop’;
break;
case “large”:
device = ‘desktop’;
break;
case “medium”:
device = ‘tab’;
break;
case “small”:
device = ‘mobile’;
break;
}
break;
}
}
var writeOnDocument = true;
var skipOnDeviceValue = “[medium, small]”;
var noSkipOnDevice = skipOnDeviceValue.length > 0;
if(noSkipOnDevice) {
if (skipOnDeviceValue.indexOf(“large”) > -1 && ‘desktop’ == device) {
writeOnDo…
Read the full article at: http://www.thehindu.com/news/national/tamil-nadu/46-insolvency-cases-filed-at-chennai-bench-of-nclt/article19787227.ece