From ac6412ce20141d8a60f7fe5562c94ccd8005823e Mon Sep 17 00:00:00 2001 From: Christophe Simonis Date: Tue, 2 Dec 2014 17:45:10 +0100 Subject: [PATCH] [FIX] web: correct invalid instruction introduced during previous forward-port --- addons/web/static/src/js/search.js | 1 - 1 file changed, 1 deletion(-) diff --git a/addons/web/static/src/js/search.js b/addons/web/static/src/js/search.js index 3ae52df..1c6ec44 100644 --- a/addons/web/static/src/js/search.js +++ b/addons/web/static/src/js/search.js @@ -684,7 +684,6 @@ instance.web.SearchView = instance.web.Widget.extend(/** @lends instance.web.Sea }, childFocused: function () { this.$el.addClass('active'); - this.view_id = this.view_id || data.view_id; }, childBlurred: function () { this.$el.val('').removeClass('active').trigger('blur'); -- 1.7.10.4