diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js
index c8b118694..27c583e08 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) {
$('