Pman.Tab.AdminContactsGroupRight.bjs
authorChris <chris@roojs.com>
Wed, 12 Sep 2012 10:02:49 +0000 (18:02 +0800)
committerChris <chris@roojs.com>
Wed, 12 Sep 2012 10:02:49 +0000 (18:02 +0800)
Pman.Tab.AdminContactsGroupRight.bjs

index 26f4c08..97563da 100644 (file)
                             "sortable": false,
                             "width": 50,
                             "xtype": "ColumnModel",
-                            "|renderer": "function(v,x,r) {\n\n    state = v == fm ? '-checked' : '';\n\n    \n    return '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n}",
+                            "|renderer": "function(v,x,r) {\n\n    state = (v == fm) ? '-checked' : '';\n\n    \n    return '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n}",
                             "|xns": "Roo.grid"
                         },
                         {