From d39e3d8ef9897be0356a4f8ff8b853a882c871e8 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Tue, 4 Dec 2012 14:13:55 +0530 Subject: [PATCH] link field: show inline in filter --- public/js/legacy/widgets/form/fields.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/legacy/widgets/form/fields.js b/public/js/legacy/widgets/form/fields.js index 74e54b3263..291a9c9e56 100644 --- a/public/js/legacy/widgets/form/fields.js +++ b/public/js/legacy/widgets/form/fields.js @@ -674,7 +674,7 @@ LinkField.prototype.setup_buttons = function() { new_doc(me.df.options); } } else { - $dh(me.btn2); $y($td(me.tab,0,2), {width:'0px'}); + $dh(me.btn2); } }