Explorar o código

Selector.noSelectableItemText_execption

unknown %!s(int64=5) %!d(string=hai) anos
pai
achega
117da32824
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      o2web/source/x_component_Selector/Person.js

+ 1 - 1
o2web/source/x_component_Selector/Person.js

@@ -1362,7 +1362,7 @@ MWF.xApplication.Selector.Person = new Class({
         }
     },
     afterLoadSelectItem : function(){
-        if( this.subItems.length === 0 && this.subCategorys.length === 0 && this.items.length === 0 ){
+        if( this.items.length === 0 && this.subItems.length === 0 && this.subCategorys.length === 0 ){
            this.noSelectableItemTextDiv = new Element("div", {
                text : MWF.SelectorLP.noSelectableItemText,
                styles : this.css.noSelectableItemText