Changes between Version 1 and Version 2 of Ticket #22930, comment 4
- Timestamp:
- 12/14/2012 10:24:22 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22930, comment 4
v1 v2 1 tested on Chrome, My update works, but I do get a JS error (trying to track it down is hard http://core.trac.wordpress.org/ticket/22948 ).1 tested on Chrome, My update works, but I do get a JS error. 2 2 3 3 … … 19 19 o.handle.u 20 20 }}} 21 22 The specific error is trigger on line 525 of media-views.js. 23 24 25 {{{ 26 if ( this.active && ! selection.length && ! router.get( mode ) ) 27 }}} 28