Real fix for calendar context menu width problem
This commit is contained in:
parent
dddc6e6591
commit
b37b574cea
|
@ -319,6 +319,7 @@ function alertShowErrorAndReload(){
|
|||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
checkCalendarSCUploadStatus();
|
||||
|
||||
$.contextMenu({
|
||||
|
@ -483,6 +484,7 @@ $(document).ready(function() {
|
|||
});
|
||||
|
||||
return {
|
||||
className: 'calendar-context-menu',
|
||||
items: items,
|
||||
determinePosition : function($menu, x, y) {
|
||||
$menu.css('display', 'block')
|
||||
|
|
Loading…
Reference in New Issue