protocol revision, send dfrn_confirm binary items as hex

This commit is contained in:
Mike Macgirvin 2010-10-11 03:16:25 -07:00
parent dcb7bc5e71
commit eafd225bdd
3 changed files with 12 additions and 9 deletions

View file

@ -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.