svghmi/widget_jump.ysl2
branchsvghmi
changeset 2980 2a21d6060d64
parent 2953 15bebe9a2806
child 3081 9e55061c87fa
equal deleted inserted replaced
2979:9442f6a6449e 2980:2a21d6060d64
    84     choose {
    84     choose {
    85         when "$have_disability" {
    85         when "$have_disability" {
    86     |         this.disabled_elt_style = this.disabled_elt.getAttribute("style");
    86     |         this.disabled_elt_style = this.disabled_elt.getAttribute("style");
    87         }
    87         }
    88         otherwise {
    88         otherwise {
    89     |         this.sub = function(){};
    89     |         this.unsubscribable = true;
    90     |         this.unsub = function(){};
       
    91     |         this.apply_cache = function(){};
       
    92         }
    90         }
    93     }
    91     }
    94     |     },
    92     |     },
    95 }
    93 }
    96 
    94