Ticket #37125: 37125.diff
| File 37125.diff, 415 bytes (added by , 9 years ago) |
|---|
-
src/wp-admin/js/updates.js
diff --git src/wp-admin/js/updates.js src/wp-admin/js/updates.js index 053aabc..d9e56ea 100644
2150 2150 return; 2151 2151 } 2152 2152 2153 message = $.parseJSON( originalEvent.data ); 2153 try { 2154 message = $.parseJSON( originalEvent.data ); 2155 } catch ( e ) { 2156 return; 2157 } 2154 2158 2155 2159 if ( 'undefined' === typeof message.action ) { 2156 2160 return;