odoo/addons/website_quote/static/src/js
Nicolas Lempereur 37ed5ce844 [FIX] website_quote: don't unescape menu title
If we take content with $().text(), to insert it in another node we have to
used $().text(value) also. If like before this commit, we would use $().html()
the content would be unescaped one time too much.
2016-01-12 13:33:44 +01:00
..
website_quotation.js [FIX] website_quote: don't unescape menu title 2016-01-12 13:33:44 +01:00