File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11function applyCalendarPageHandlers ( ) {
2- $ ( '.event_delete' ) . on ( "click" , function ( ) {
2+ $ ( '.event_delete a ' ) . on ( "click" , function ( ) {
33 if ( hm_delete_prompt ( ) ) {
4- $ ( this ) . parent ( ) . submit ( ) ;
4+ $ ( this ) . closest ( 'form' ) . submit ( ) ;
55 }
66 } ) ;
77 $ ( '.cal_title' ) . on ( "click" , function ( e ) {
Original file line number Diff line number Diff line change 44.calendar_week td { width : 14% ; height : 600px ; text-align : left; padding : 10px ; border-bottom : solid 1px # eee ; vertical-align : top; border-right : solid 1px # eee ; }
55.event_details { cursor : pointer; z-index : 100 ; display : none; position : absolute; width : 300px ; border : solid 1px # ddd ; background-color : # fff ; padding : 10px ; }
66.event_details td { padding : 5px ; border : none; height : auto; }
7+ .event_detail {
8+ max-height : 35vh ;
9+ overflow : auto;
10+ }
You can’t perform that action at this time.
0 commit comments