Ticket #15482: 15482_fix_loading_overlay.diff
File 15482_fix_loading_overlay.diff, 468 bytes (added by , 14 years ago) |
---|
-
wp-admin/js/list-table.dev.js
15 15 16 16 this.$tbody = $('#the-list, #the-comment-list'); 17 17 18 this.$overlay = $('<div id="loading-items>') 18 this.$overlay = $('<div/>') 19 .attr('id', 'loading-items') 19 20 .html(listTableL10n.loading) 20 21 .hide() 21 22 .prependTo($('body'));