From 5f50bedce2a5b24b1ff6f25d248d9dd74d1aae70 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 20 Feb 2018 14:42:11 +0100 Subject: [PATCH] Fix empty properties for readonly pads --- www/common/common-ui-elements.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 1d41d8308..462c806fb 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -141,7 +141,7 @@ define([ }; var getPadProperties = function (common, data, cb) { var $d = $('
'); - if (!data || !data.href) { return void cb(void 0, $d); } + if (!data || (!data.href && !data.roHref)) { return void cb(void 0, $d); } if (data.href) { $('