Added task and issue webforms and few fixes

This commit is contained in:
Kanchan Chauhan
2016-03-23 14:14:38 +05:30
parent 2d832bba70
commit e14389ec6e
5 changed files with 473 additions and 17 deletions

View File

@@ -61,8 +61,8 @@ frappe.ready(function() {
success: function(data) {
$('.project-'+ item).html(data.message);
$('.project-'+ item +'-section .btn-group .btn-primary').removeClass('btn-primary');
$('.btn-'+ item_status +'-'+ item).addClass( "btn-primary" );
$('.project-'+ item +'-section .btn-group .bold').removeClass('bold');
$('.btn-'+ item_status +'-'+ item).addClass( "bold" );
$(".more-"+ item).toggle(true);
}
});
@@ -117,4 +117,4 @@ frappe.ready(function() {
})
return false;
}
});
});