mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Revert r55136, it did not work
This commit is contained in:
parent
aa31a8705f
commit
d6faffb32f
@ -3269,15 +3269,6 @@ app.classes.calendar = AppJS.extend(
|
|||||||
buttons.position({my: 'center', at: 'center', of: go_button})
|
buttons.position({my: 'center', at: 'center', of: go_button})
|
||||||
.css('left', '');
|
.css('left', '');
|
||||||
}
|
}
|
||||||
// Try to fix sidebox's FF+Safari / mac weird position of bottom arrow problem
|
|
||||||
// As far as I can tell, they get the position of the ..._outerdiv wrong
|
|
||||||
// so we force a layout
|
|
||||||
if(window.navigator.userAgent.match('Macintosh'))
|
|
||||||
{
|
|
||||||
window.setTimeout(function() {
|
|
||||||
$j('.egw_fw_ui_scrollarea_outerdiv')[0].scrollIntoView();
|
|
||||||
}, 0);
|
|
||||||
}
|
|
||||||
} catch (e){
|
} catch (e){
|
||||||
// Resize didn't work
|
// Resize didn't work
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user