File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
wffweb/src/main/java/com/webfirmframework/wffweb/js Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ public static String getJsObjectForFieldsValue(final Set<Object> ids,
167167
168168 for (final Object id : ids ) {
169169
170- builder .append (id .toString ()).append (":" )
170+ builder .append (id .toString ()).append (':' )
171171 .append (alternativeFunction ).append ("('" )
172172 .append (id .toString ()).append ("').value," );
173173
@@ -237,7 +237,7 @@ public static String getJsObjectForFieldsValueWithAltFun(
237237
238238 for (final Object id : ids ) {
239239
240- builder .append (id .toString ()).append (":" )
240+ builder .append (id .toString ()).append (':' )
241241 .append (alternativeFunction ).append ("('" )
242242 .append (id .toString ()).append ("').value," );
243243
@@ -312,7 +312,7 @@ public static String getJsObjectForFieldsValue(final Set<Object> inputIds,
312312
313313 for (final Object id : inputIds ) {
314314
315- builder .append (id .toString ()).append (":" )
315+ builder .append (id .toString ()).append (':' )
316316 .append (alternativeFunction ).append ("('" )
317317 .append (id .toString ()).append ("').value," );
318318
You can’t perform that action at this time.
0 commit comments