Commit 3dae109a by NGO THI HONG

Delete unnecessary comment

parent af06680b
...@@ -141,17 +141,7 @@ DASHBOARD.updateDataCommunications = function(dataDashboard) { ...@@ -141,17 +141,7 @@ DASHBOARD.updateDataCommunications = function(dataDashboard) {
if (dataDashboard['pushMesage']) { if (dataDashboard['pushMesage']) {
item.count = dataDashboard['pushMesage']; item.count = dataDashboard['pushMesage'];
} }
} }
// if (item.id == 'chat') {
// if(ClientData.serviceOpt_chat_function() == 'Y' )
// {
// item.enabled = true;
// }
// else
// {
// item.enabled = false;
// }
// }
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment