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() {
|
$(document).ready(function() {
|
||||||
|
|
||||||
checkCalendarSCUploadStatus();
|
checkCalendarSCUploadStatus();
|
||||||
|
|
||||||
$.contextMenu({
|
$.contextMenu({
|
||||||
|
@ -483,6 +484,7 @@ $(document).ready(function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
className: 'calendar-context-menu',
|
||||||
items: items,
|
items: items,
|
||||||
determinePosition : function($menu, x, y) {
|
determinePosition : function($menu, x, y) {
|
||||||
$menu.css('display', 'block')
|
$menu.css('display', 'block')
|
||||||
|
|
Loading…
Reference in New Issue