fix: disable chat popup
This commit is contained in:
parent
de5fa10c30
commit
14a003eeb7
1 changed files with 0 additions and 3 deletions
|
|
@ -32,9 +32,6 @@ $(document).ready(function () {
|
|||
!!frappe.boot.setup_complete &&
|
||||
!frappe.is_mobile() &&
|
||||
frappe.user.has_role("System Manager");
|
||||
if (visiblity_condition && isFCUser) {
|
||||
addChatBubble();
|
||||
}
|
||||
if (isFCUser) {
|
||||
$.extend(card_args, {
|
||||
primary_action_label: "Upgrade",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue