not resizable event view - fix scrollbar

master
Morris Jobke 2013-11-19 00:02:15 +01:00
parent ab4bd43bf3
commit 780ea3b1cc
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ Calendar={
$('#event').dialog({
width : 500,
height: 600,
resizable: false,
close : function(event, ui) {
$(this).dialog('destroy').remove();
}