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 2
2
ChangeLog
3
3
*********
4
4
5
+ 0.21.2 (2017-09-13)
6
+ ===================
7
+ - Fix: Update jQuery onload invocation to be compatible with jQuery 3. (thanks, @sloria!)
8
+
5
9
0.21.1 (2017-07-20)
6
10
===================
7
11
- 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 '
2
2
__import__ ('pkg_resources' ).declare_namespace (__name__ )
Original file line number Diff line number Diff line change 82
82
self . pymParent . iframe . setAttribute ( 'scrolling' , 'yes' ) ;
83
83
84
84
self . pymParent . el . appendChild ( self . spinner ) ;
85
- $ ( self . pymParent . iframe ) . load ( function ( ) {
85
+ $ ( self . pymParent . iframe ) . on ( 'load' , function ( ) {
86
86
self . pymParent . el . removeChild ( self . spinner ) ;
87
87
} ) ;
88
88
You can’t perform that action at this time.
0 commit comments