From eed36fcaa4d252225ae8c872193102e8313a7d10 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Fri, 4 Sep 2015 11:41:19 +0200 Subject: [PATCH] [FIX] spaces at end of line --- web_ckeditor4/static/src/js/web_ckeditor4.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_ckeditor4/static/src/js/web_ckeditor4.js b/web_ckeditor4/static/src/js/web_ckeditor4.js index 4935ac9c..7f78dba5 100644 --- a/web_ckeditor4/static/src/js/web_ckeditor4.js +++ b/web_ckeditor4/static/src/js/web_ckeditor4.js @@ -130,7 +130,7 @@ openerp.web_ckeditor4 = function(instance) start: function() { this._super.apply(this, arguments); - + CKEDITOR.lang.load(instance.session.user_context.lang.split('_')[0], 'en', function() {}); }, initialize_content: function() @@ -152,7 +152,7 @@ openerp.web_ckeditor4 = function(instance) self.store_dom_value(); }, }, - }, + }, this.ckeditor_config)); }, store_dom_value: function()