Merge branch 'dev' of bitbucket.org:jubilian/nhance into dev
This commit is contained in:
commit
37d17e47f1
@ -681,6 +681,7 @@ class LeadsController extends BaseController
|
|||||||
], 200);
|
], 200);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function createQCR()
|
public function createQCR()
|
||||||
{
|
{
|
||||||
|
|
||||||
@ -3341,5 +3342,4 @@ class LeadsController extends BaseController
|
|||||||
// kint::dump($data);
|
// kint::dump($data);
|
||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1128,7 +1128,11 @@
|
|||||||
prependTable(policySummary[key],key);
|
prependTable(policySummary[key],key);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
$('.loader').fadeIn();
|
||||||
|
$('.loader-mask').fadeIn();
|
||||||
toastr.success("Policy Information Collected ","SUCCESS");
|
toastr.success("Policy Information Collected ","SUCCESS");
|
||||||
|
$('.loader').fadeOut();
|
||||||
|
$('.loader-mask').delay(350).fadeOut('slow');
|
||||||
console.log("Updated policy data in localStorage:", existingData);
|
console.log("Updated policy data in localStorage:", existingData);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user