UI Changes

This commit is contained in:
Kanchan Chauhan
2016-03-29 11:21:42 +05:30
parent c20c536f28
commit b566d42d37
12 changed files with 206 additions and 315 deletions

View File

@@ -66,6 +66,7 @@ frappe.ready(function() {
},
dataType: "json",
success: function(data) {
console.log(data.message);
if(typeof data.message == 'undefined') {
$('.project-'+ item).html("No "+ item_status +" "+ item);
$(".more-"+ item).toggle(false);