File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22ChangeLog
33*********
44
5+ 0.21.2 (2017-09-13)
6+ ===================
7+ - Fix: Update jQuery onload invocation to be compatible with jQuery 3. (thanks, @sloria!)
8+
590.21.1 (2017-07-20)
610===================
711- Fix: Quiet some overly-verbose error logging.
Original file line number Diff line number Diff line change 1- __version__ = '0.21.1 '
1+ __version__ = '0.21.2 '
22__import__ ('pkg_resources' ).declare_namespace (__name__ )
Original file line number Diff line number Diff line change 8282 self . pymParent . iframe . setAttribute ( 'scrolling' , 'yes' ) ;
8383
8484 self . pymParent . el . appendChild ( self . spinner ) ;
85- $ ( self . pymParent . iframe ) . load ( function ( ) {
85+ $ ( self . pymParent . iframe ) . on ( 'load' , function ( ) {
8686 self . pymParent . el . removeChild ( self . spinner ) ;
8787 } ) ;
8888
You can’t perform that action at this time.
0 commit comments