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

Pman.Tab.AdminContactsGroupRight.js

index 4079c28..0a6feff 100644 (file)
@@ -701,7 +701,7 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
                         width : 50,
                         renderer : function(v,x,r) {
                         
-                            state = v == fm ? '-checked' : '';
+                            state = (v == fm) ? '-checked' : '';
                         
                             
                             return '<img class="x-grid-check-icon' + state + '" src="' + Roo.BLANK_IMAGE_URL + '"/>';