[FIX] website: use dom element instead of jquery class to click input file
authorDenis Ledoux <dle@odoo.com>
Fri, 17 Oct 2014 13:29:00 +0000 (15:29 +0200)
committerDenis Ledoux <dle@odoo.com>
Fri, 17 Oct 2014 13:29:00 +0000 (15:29 +0200)
commit08f222d7079bc70aba4e2f248fd3978a8cda6087
tree3fb1d2e84765da3aa874a10a1cf65d605183cdea
parentba272ad69ae6745e91a42e4b5c9cbc7dc4fc1b0a
[FIX] website: use dom element instead of jquery class to click input file

For some reasons, the browser will prevent to open the system file browser when clicking the input file with javascript using the jquery class element, but it works when using the standard js dom element.
addons/website/static/src/js/website.editor.js