[FIX] todo note and stray quotes in doc

bzr revid: xmo@openerp.com-20120329094824-w0tviwz4pe85e0k1
This commit is contained in:
Xavier Morel 2012-03-29 11:48:24 +02:00
parent 720e7e424a
commit 6ecd85d826
2 changed files with 2 additions and 2 deletions

View File

@ -866,7 +866,7 @@ openerp.web.search.FilterGroup = openerp.web.search.Input.extend(/** @lends open
});
},
toggle_filter: function (e) {
// FIXME: oh god, my eyes, they hurt (also needs to trigger search after toggling filter)
// FIXME: oh god, my eyes, they hurt
var self = this, fs;
var filter = this.filters[$(e.target).index()];

View File

@ -260,7 +260,7 @@ Filters
* :js:func:`openerp.web.search.Filter.is_enabled` has been removed
* :js:class:`~openerp.web.search.FilterGroup` instances are still
rendered (and started) in the "advanced search" drawer".
rendered (and started) in the "advanced search" drawer.
Fields
++++++