Skip to content

Commit 0819e18

Browse files
committed
remove commented out code
1 parent 51b794d commit 0819e18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ehr/resources/web/ehr/DataEntryUtils.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,10 +1111,8 @@ EHR.DataEntryUtils = new function(){
11111111
},
11121112

11131113
ensureLookupPlugin(editor, initPlugin) {
1114-
// const xtype = editor?.xtype;
11151114
const xtype = editor?.xtype;
11161115
if ((xtype === 'combo' || xtype === 'labkey-combo' || xtype === 'ehr-simplecombo')
1117-
// && !editor.plugins?.find(p => p.ptype === 'ldk-usereditablecombo')) {
11181116
&& !editor.plugins?.find(p => p.ptype === 'ldk-usereditablecombo')) {
11191117

11201118
const plugin = Ext4.create('LDK.plugin.UserEditableCombo', {

0 commit comments

Comments
 (0)