mirror of https://github.com/OCA/web.git
[FIX] Fix bad indentation https://github.com/OCA/web/pull/27#discussion_r15434034
parent
aa05cfd2bb
commit
291f122d52
|
@ -20,8 +20,7 @@
|
||||||
//#############################################################################
|
//#############################################################################
|
||||||
openerp.web_export_view = function (instance) {
|
openerp.web_export_view = function (instance) {
|
||||||
|
|
||||||
var _t = instance.web._t,
|
var _t = instance.web._t, QWeb = instance.web.qweb;
|
||||||
QWeb = instance.web.qweb;
|
|
||||||
|
|
||||||
instance.web.Sidebar.include({
|
instance.web.Sidebar.include({
|
||||||
redraw: function () {
|
redraw: function () {
|
||||||
|
|
Loading…
Reference in New Issue