|
@@ -385,7 +385,6 @@ list($careTeamMembers, $counts) = Point::getPointsOfCategoryExtended($patient, '
|
|
button
|
|
button
|
|
.off('click.toggle-edit')
|
|
.off('click.toggle-edit')
|
|
.on('click.toggle-edit', function () {
|
|
.on('click.toggle-edit', function () {
|
|
- debugger
|
|
|
|
if (mode === 'read') {
|
|
if (mode === 'read') {
|
|
mode = 'edit';
|
|
mode = 'edit';
|
|
$(this).text('Back to Read Mode');
|
|
$(this).text('Back to Read Mode');
|