fixed #103
This commit is contained in:
parent
41590257cc
commit
f6721d91ec
2 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,7 @@ p {
|
|||
height: 48px;
|
||||
border: 0px solid #f00;
|
||||
-webkit-border-radius: 8px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.image a {
|
||||
|
|
|
@ -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"];
|
||||
|
|
Reference in a new issue