[FIX] wrong object accessed leading to incorrect show/hide of things

bzr revid: xmo@openerp.com-20130214142545-lbog33w0bzpn354q
This commit is contained in:
Xavier Morel 2013-02-14 15:25:45 +01:00
parent 195fef053e
commit fcf4f4443c
1 changed files with 1 additions and 1 deletions

View File

@ -1849,7 +1849,7 @@ instance.web.search.ExtendedSearchProposition = instance.web.Widget.extend(/** @
}
},
operator_changed: function (e) {
var $value = self.$('.searchview_extended_prop_value');
var $value = this.$('.searchview_extended_prop_value');
switch ($(e.target).val()) {
case '∃':
case '∄':