|
@@ -181,9 +181,9 @@
|
|
|
}
|
|
|
|
|
|
function init() {
|
|
|
- for (let i = 1; i <= 4; i++) {
|
|
|
- initICDAutoSuggest($('[name="whyIsWeightMonitoringNeededIcd' + i + '"]'), $('[name="whyIsWeightMonitoringNeededDescription' + i + '"]'));
|
|
|
- }
|
|
|
+ // for (let i = 1; i <= 4; i++) {
|
|
|
+ // initICDAutoSuggest($('[name="whyIsWeightMonitoringNeededIcd' + i + '"]'), $('[name="whyIsWeightMonitoringNeededDescription' + i + '"]'));
|
|
|
+ // }
|
|
|
|
|
|
let parentSegment = $('#bmi-management-settings');
|
|
|
parentSegment.find('[heightFeetInput], [heightInchesInput]').off('change input paste');
|