[fix] website snippet: move button

bzr revid: chm@openerp.com-20130920085203-rnejyauaog0y9mwf
This commit is contained in:
Christophe Matthieu 2013-09-20 10:52:03 +02:00
parent 8e85305ee1
commit 31e671c192
1 changed files with 1 additions and 1 deletions

View File

@ -620,7 +620,7 @@
return $clone.appendTo("body").removeClass("hidden");
},
start: function(){
self.parent.addClass("hidden");
self.parent.hide();
self.parent.editor_busy = true;
self.$target.after("<div class='oe_drop_clone' style='display: none;'/>");
self.$target.detach();