Ticket #62534: 62534.diff
| File 62534.diff, 561 bytes (added by , 13 months ago) |
|---|
-
src/js/_enqueues/admin/common.js
1311 1311 }; 1312 1312 1313 1313 // Stores initial pagination value for comparison. 1314 var initialPagedValue = document.querySelector( '#current-page-selector' ) .value;1314 var initialPagedValue = document.querySelector( '#current-page-selector' )?.value; 1315 1315 1316 1316 $( '.bulkactions' ).parents( 'form' ).on( 'submit', function( event ) { 1317 1317 var form = this,