increase height of event dialog
This commit is contained in:
parent
009fbd89b4
commit
ff4b175622
|
@ -49,6 +49,7 @@ Calendar={
|
||||||
$( "#event" ).tabs({ selected: 0});
|
$( "#event" ).tabs({ selected: 0});
|
||||||
$('#event').dialog({
|
$('#event').dialog({
|
||||||
width : 500,
|
width : 500,
|
||||||
|
height: 600,
|
||||||
close : function(event, ui) {
|
close : function(event, ui) {
|
||||||
$(this).dialog('destroy').remove();
|
$(this).dialog('destroy').remove();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue