[FIX] minor modif of openerp logo

bzr revid: nicolas.vanhoren@openerp.com-20121123111603-55zlx8thwcgk8mxn
This commit is contained in:
niv-openerp 2012-11-23 12:16:03 +01:00
parent b5a0489979
commit b77d7d20ae
1 changed files with 1 additions and 1 deletions

View File

@ -1094,7 +1094,7 @@ instance.web.WebClient = instance.web.Client.extend({
start: function() {
var self = this;
return $.when(this._super()).then(function() {
self.$(".oe_logo").attr("href", $.param.fragment("" + window.location, "", 2));
self.$(".oe_logo").attr("href", $.param.fragment("" + window.location, "", 2).slice(0, -1));
if (jQuery.param !== undefined && jQuery.deparam(jQuery.param.querystring()).kitten !== undefined) {
$("body").addClass("kitten-mode-activated");
if ($.blockUI) {