[CHG] website: fp wants image 'change' buttons to be btn-sm

bzr revid: xmo@openerp.com-20140210130504-hejvay436emh7f36
This commit is contained in:
Xavier Morel 2014-02-10 14:05:04 +01:00
parent 0821af1af9
commit e95eb140a7
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@
image_dialog(editor, new CKEDITOR.dom.element(previous));
$image_button.hide();
previous = null;
});
}, 'btn-sm');
// previous is the state of the button-trigger: it's the
// currently-ish hovered element which can trigger a button showing.