Skip to content

Commit e75d7ad

Browse files
author
Omri Schwarz
committed
Comment out hack for my personal use.
1 parent b766f15 commit e75d7ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/brutusin-json-forms.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ if (typeof brutusin === "undefined") {
353353
option.value = s.oneOf[i];
354354
appendChild(option, textNode, s);
355355
appendChild(input, option, s);
356-
if (value == undefined)
356+
/* if (value == undefined)
357357
continue;
358358
if (value.hasOwnProperty("type")) {
359359
if (ss.hasOwnProperty("properties") ){
@@ -364,7 +364,7 @@ if (typeof brutusin === "undefined") {
364364
render(null, display, id + "." + (input.selectedIndex-1), parentObject, propertyProvider, value) ; }
365365
}
366366
}
367-
}
367+
}*/
368368
}
369369
input.onchange=function(){
370370
render(null, display, id + "." + (input.selectedIndex-1), parentObject, propertyProvider, value) ;

0 commit comments

Comments
 (0)