wrong redirection after follow
This commit is contained in:
parent
bb21c4bb13
commit
ef2cb88a92
@ -24,6 +24,6 @@ function follow_init(&$a) {
|
|||||||
|
|
||||||
info( t('Channel added') . EOL);
|
info( t('Channel added') . EOL);
|
||||||
|
|
||||||
goaway(z_root() . '/connection/' . $result['abook']['abook_id']);
|
goaway(z_root() . '/connections/' . $result['abook']['abook_id']);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
2013-01-07.193
|
2013-01-09.195
|
||||||
|
@ -99,6 +99,10 @@ color: #d00;
|
|||||||
a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link { color: #dd0000; text-decoration: none; }
|
a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link { color: #dd0000; text-decoration: none; }
|
||||||
a:hover, .fakelink:hover { color: #dd0000; text-decoration: underline; }
|
a:hover, .fakelink:hover { color: #dd0000; text-decoration: underline; }
|
||||||
|
|
||||||
|
.fakelink {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
border: 1px solid #666666;
|
border: 1px solid #666666;
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
@ -165,7 +169,16 @@ nav {
|
|||||||
top: 3px;
|
top: 3px;
|
||||||
left: 5px;
|
left: 5px;
|
||||||
z-index:9999;
|
z-index:9999;
|
||||||
|
opacity: 0.3;
|
||||||
|
filter:alpha(opacity=30);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#langselector:hover {
|
||||||
|
opacity: 1.0;
|
||||||
|
filter:alpha(opacity=100);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
nav #site-location {
|
nav #site-location {
|
||||||
color: #888a85;
|
color: #888a85;
|
||||||
@ -3487,6 +3500,9 @@ nav {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
opacity: 0.6;
|
||||||
|
filter:alpha(opacity=60);
|
||||||
|
|
||||||
left: 0px;
|
left: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
@ -3512,7 +3528,11 @@ left top,
|
|||||||
color-stop(0.26, #f00),
|
color-stop(0.26, #f00),
|
||||||
color-stop(0.82, #b00)
|
color-stop(0.82, #b00)
|
||||||
);
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
nav:hover {
|
||||||
|
opacity: 1.0;
|
||||||
|
filter:alpha(opacity=100);
|
||||||
}
|
}
|
||||||
nav a,
|
nav a,
|
||||||
nav a:active,
|
nav a:active,
|
||||||
|
Reference in New Issue
Block a user