File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,9 +128,9 @@ $.fixedToolbars = (function(){
128
128
129
129
$ . fixedToolbars . show ( true , this ) ;
130
130
} ) ;
131
- //When a collapsiable is hidden or shown we need to trigger the fixed toolbar to reposition itself (#1635)
132
- $ ( '.ui-collapsible-contain' ) . live ( 'collapse' , showEventCallback ) ;
133
- $ ( ' .ui-collapsible-contain' ) . live ( ' expand' , showEventCallback ) ;
131
+
132
+ //When a collapsiable is hidden or shown we need to trigger the fixed toolbar to reposition itself (#1635)
133
+ $ ( " .ui-collapsible-contain" ) . live ( "collapse expand" , showEventCallback ) ;
134
134
135
135
// element.getBoundingClientRect() is broken in iOS 3.2.1 on the iPad. The
136
136
// coordinates inside of the rect it returns don't have the page scroll position
You can’t perform that action at this time.
0 commit comments