Showing
1 changed file
with
5 additions
and
0 deletions
@@ -286,6 +286,11 @@ | @@ -286,6 +286,11 @@ | ||
286 | var checkType='checkbox'; | 286 | var checkType='checkbox'; |
287 | var checkTypeCss='ckbox ckbox-primary'; | 287 | var checkTypeCss='ckbox ckbox-primary'; |
288 | 288 | ||
289 | + if("NODE" == platform){ | ||
290 | + checkType='radio'; | ||
291 | + checkTypeCss='rdio rdio-default'; | ||
292 | + } | ||
293 | + | ||
289 | if(data==null){ | 294 | if(data==null){ |
290 | return ; | 295 | return ; |
291 | } | 296 | } |
-
Please register or login to post a comment