mirror of
https://github.com/friendica/friendica
synced 2025-04-22 01:50:11 +00:00
protocol revision, send dfrn_confirm binary items as hex
This commit is contained in:
parent
dcb7bc5e71
commit
eafd225bdd
3 changed files with 12 additions and 9 deletions
|
@ -160,8 +160,7 @@
|
|||
left : box.left + 'px',
|
||||
top : box.top + 'px',
|
||||
width : from.offsetWidth + 'px',
|
||||
height : from.offsetHeight + 'px',
|
||||
cursor : 'pointer'
|
||||
height : from.offsetHeight + 'px'
|
||||
});
|
||||
to.title = from.title;
|
||||
|
||||
|
@ -385,7 +384,9 @@
|
|||
// in Internet Explorer
|
||||
'direction' : 'ltr',
|
||||
//Max zIndex supported by Opera 9.0-9.2
|
||||
'zIndex': 2147483583
|
||||
'zIndex': 2147483583,
|
||||
'cursor' : 'pointer'
|
||||
|
||||
});
|
||||
|
||||
// Make sure that element opacity exists.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue