diff --git a/WebKit/css/default.css b/WebKit/css/default.css index 547e76b..9f0adae 100644 --- a/WebKit/css/default.css +++ b/WebKit/css/default.css @@ -113,6 +113,7 @@ p { height: 48px; border: 0px solid #f00; -webkit-border-radius: 8px; + cursor: pointer; } .image a { diff --git a/WebKit/scripts/helper/Core.js b/WebKit/scripts/helper/Core.js index 8e26c1e..fb4501a 100644 --- a/WebKit/scripts/helper/Core.js +++ b/WebKit/scripts/helper/Core.js @@ -189,6 +189,8 @@ function(jQuery, Paths, URI, HostApp, Cache) { return false; } + template.image.onclick = template.username.onclick; + var profile_callback = function(p) { var basic = p["https://tent.io/types/info/basic/v0.1.0"];