From f6721d91ec24c48d6b0cc661bbb2d66598c66f09 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Fri, 28 Dec 2012 21:05:08 +0100 Subject: [PATCH] fixed #103 --- WebKit/css/default.css | 1 + WebKit/scripts/helper/Core.js | 2 ++ 2 files changed, 3 insertions(+) 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"];